diff options
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 9428e38c54e..965acce7490 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -1,5 +1,6 @@ /* Exception handling semantics and decomposition for trees. - Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software + Foundation, Inc. This file is part of GCC. @@ -314,7 +315,7 @@ struct leh_tf_state size_t goto_queue_size; size_t goto_queue_active; - /* Pointer map to help in searching qoto_queue when it is large. */ + /* Pointer map to help in searching goto_queue when it is large. */ struct pointer_map_t *goto_queue_map; /* The set of unique labels seen as entries in the goto queue. */ |