diff options
Diffstat (limited to 'gcc/unwind.inc')
-rw-r--r-- | gcc/unwind.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/unwind.inc b/gcc/unwind.inc index 1b2346051d2..e0ab71c412f 100644 --- a/gcc/unwind.inc +++ b/gcc/unwind.inc @@ -1,5 +1,5 @@ /* Exception handling and frame unwind runtime interface routines. -*- C -*- - Copyright (C) 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2008 Free Software Foundation, Inc. This file is part of GCC. @@ -108,7 +108,7 @@ _Unwind_RaiseException(struct _Unwind_Exception *exc) return _URC_END_OF_STACK; if (code != _URC_NO_REASON) - /* Some error encountered. Ususally the unwinder doesn't + /* Some error encountered. Usually the unwinder doesn't diagnose these and merely crashes. */ return _URC_FATAL_PHASE1_ERROR; |