diff options
Diffstat (limited to 'gcc/unwind.inc')
-rw-r--r-- | gcc/unwind.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind.inc b/gcc/unwind.inc index bd867e60892..f00441ea024 100644 --- a/gcc/unwind.inc +++ b/gcc/unwind.inc @@ -47,7 +47,7 @@ _Unwind_RaiseException_Phase2(struct _Unwind_Exception *exc, ? _UA_HANDLER_FRAME : 0); 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_PHASE2_ERROR; |