From 761cc32e5a1c762f91904d2a86980f106a5bc441 Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Wed, 25 May 2022 10:39:31 -0400 Subject: Tweak comments. Adjust some mispellings in comments. * gimple-range-cache.cc: Adjust comments. * gimple-range-infer.cc: Adjust comments. * gimple-range-infer.h: Adjust comments. * gimple-range.cc: Adjust comments. --- gcc/gimple-range-cache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gimple-range-cache.cc') diff --git a/gcc/gimple-range-cache.cc b/gcc/gimple-range-cache.cc index 5d5e2bf..6e73ac7 100644 --- a/gcc/gimple-range-cache.cc +++ b/gcc/gimple-range-cache.cc @@ -1440,7 +1440,7 @@ ranger_cache::apply_inferred_ranges (gimple *s) if (infer.num () == 0) return; - // Do not update the on-netry cache for block ending stmts. + // Do not update the on-entry cache for block ending stmts. if (stmt_ends_bb_p (s)) { edge_iterator ei; -- cgit v1.1