diff options
Diffstat (limited to 'gdbsupport/common-exceptions.cc')
-rw-r--r-- | gdbsupport/common-exceptions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/common-exceptions.cc b/gdbsupport/common-exceptions.cc index edc1b56..6b2bf74 100644 --- a/gdbsupport/common-exceptions.cc +++ b/gdbsupport/common-exceptions.cc @@ -80,7 +80,7 @@ exceptions_state_mc (enum catcher_action action) switch (action) { case CATCH_ITER: - /* No error/quit has occured. */ + /* No error/quit has occurred. */ return 0; case CATCH_ITER_1: catchers.front ().state = CATCHER_RUNNING_1; |