aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-05-02 13:55:35 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-05-02 13:55:35 +0000
commite0a2f705996d9f9e98231c0ccaa9cc40ee264976 (patch)
tree309ff5ee9c13a1484440448d5a366e642c796c96 /gcc/stmt.c
parent38e23049b7b5ea8f84ce8363d1a13883c71a1edc (diff)
downloadgcc-e0a2f705996d9f9e98231c0ccaa9cc40ee264976.zip
gcc-e0a2f705996d9f9e98231c0ccaa9cc40ee264976.tar.gz
gcc-e0a2f705996d9f9e98231c0ccaa9cc40ee264976.tar.bz2
combine.c: Fix comment formatting.
* combine.c: Fix comment formatting. * expr.c: Likewise. * genautomata.c: Likewise. * stmt.c: Likewise. * tree.h: Likewise. From-SVN: r53044
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index fe0e718..42a9659 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -204,7 +204,7 @@ struct nesting
struct label_chain *label_chain;
/* Number of function calls seen, as of start of this block. */
int n_function_calls;
- /* Nonzero if this is associated with a EH region. */
+ /* Nonzero if this is associated with an EH region. */
int exception_region;
/* The saved target_temp_slot_level from our outer block.
We may reset target_temp_slot_level to be the level of
@@ -5170,7 +5170,7 @@ check_for_full_enumeration_handling (type)
/* The time complexity of this code is normally O(N), where
N being the number of members in the enumerated type.
- However, if type is a ENUMERAL_TYPE whose values do not
+ However, if type is an ENUMERAL_TYPE whose values do not
increase monotonically, O(N*log(N)) time may be needed. */
mark_seen_cases (type, cases_seen, size, sparseness);