diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2022-05-25 10:39:31 -0400 |
---|---|---|
committer | Andrew MacLeod <amacleod@redhat.com> | 2022-05-25 10:39:31 -0400 |
commit | 761cc32e5a1c762f91904d2a86980f106a5bc441 (patch) | |
tree | 48dbc655038fc8eb8c399c1ff3cab64b31dc049e /gcc/gimple-range-cache.cc | |
parent | 156d7d8dbc8d65d3958486bc4112a7279935e47d (diff) | |
download | gcc-761cc32e5a1c762f91904d2a86980f106a5bc441.zip gcc-761cc32e5a1c762f91904d2a86980f106a5bc441.tar.gz gcc-761cc32e5a1c762f91904d2a86980f106a5bc441.tar.bz2 |
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.
Diffstat (limited to 'gcc/gimple-range-cache.cc')
-rw-r--r-- | gcc/gimple-range-cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |