aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c
index c3958f9..f575078 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -776,7 +776,7 @@ expand_start_all_catch ()
/* Begin a catch clause. TYPE is the type caught, a list of such types, or
null if this is a catch-all clause. Providing a type list enables to
associate the catch region with potentially several exception types, which
- is useful e.g. for Ada. */
+ is useful e.g. for Ada. */
void
expand_start_catch (type_or_list)