summaryrefslogtreecommitdiff
path: root/sal/osl/os2/helpers/except.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/os2/helpers/except.h')
-rw-r--r--sal/osl/os2/helpers/except.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/os2/helpers/except.h b/sal/osl/os2/helpers/except.h
index 2749266c6fd8..ce90a5f14ef8 100644
--- a/sal/osl/os2/helpers/except.h
+++ b/sal/osl/os2/helpers/except.h
@@ -226,7 +226,7 @@ extern "C" {
(PEXCEPTIONREGISTRATIONRECORD)&(excptstruct.RegRec2)); \
} /* end of TRY block */ \
else \
- { /* exception occured: */ \
+ { /* exception occurred: */ \
DosUnsetExceptionHandler((PEXCEPTIONREGISTRATIONRECORD)&(excptstruct.RegRec2));
#endif
@@ -235,7 +235,7 @@ extern "C" {
#define END_CATCH() }
#else
#define END_CATCH() \
- } /* end of exception-occured block */ \
+ } /* end of exception-occurred block */ \
}
#endif