summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-01-03 00:53:36 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-01-03 00:53:36 +0000
commita81545590994ae0598be441d7b4e884a6220954d (patch)
tree018b7bf80b54b94985584599e6cfc2fd9c6fc1c9 /gcc/except.c
parente6ecc89b1ffe1e13ba75daab525fbd29dabc6238 (diff)
downloadgcc-a81545590994ae0598be441d7b4e884a6220954d.tar.gz
except.c: Fix comment typos.
* except.c: Fix comment typos. * loop.c: Likewise. * varasm.c: Likewise. * doc/tm.texi: Fix a typo. From-SVN: r48488
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/except.c b/gcc/except.c
index f575078e1fa..6da82f77534 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -1,6 +1,6 @@
/* Implements exception handling.
Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@cygnus.com>.
This file is part of GCC.
@@ -2650,7 +2650,7 @@ reachable_next_level (region, type_thrown, info)
if (type_thrown)
{
- /* If we have a at least one type match, end the search. */
+ /* If we have at least one type match, end the search. */
tree tp_node = c->u.catch.type_list;
for (; tp_node; tp_node = TREE_CHAIN (tp_node))