diff options
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h index 9510e92..6af9891 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -149,7 +149,7 @@ extern void sjlj_emit_function_exit_after PARAMS ((rtx)); /* If non-NULL, this is a function that returns an expression to be - executed if an unhandled exception is propogated out of a cleanup + executed if an unhandled exception is propagated out of a cleanup region. For example, in C++, an exception thrown by a destructor during stack unwinding is required to result in a call to `std::terminate', so the C++ version of this function returns a |