aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-12-28 18:17:54 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-12-28 18:17:54 +0000
commit23d1aac4b58459f98f188344314fee09da6cecde (patch)
tree05a889a6042079b20e46951152a0ee63b983eef5 /gcc/except.c
parent20c907b05dbd501bb1b1b2b6c753665e256b9cb2 (diff)
downloadgcc-23d1aac4b58459f98f188344314fee09da6cecde.zip
gcc-23d1aac4b58459f98f188344314fee09da6cecde.tar.gz
gcc-23d1aac4b58459f98f188344314fee09da6cecde.tar.bz2
except.c: Fix comment formatting.
* except.c: Fix comment formatting. * flags.h: Likewise. * flow.c: Likewise. * predict.c: Likewise. * simplify-rtx.c: Likewise. * system.h: Likewise. * vmsdbg.h: Likewise. * vmsdbgout.c: Likewise. From-SVN: r48349
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)