Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/exceptions2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/exceptions b/docs/exceptions
index bd22de9f25f..a9c6e4123b6 100644
--- a/docs/exceptions
+++ b/docs/exceptions
@@ -69,5 +69,5 @@ object for filters is passed in a local variable (cfg->exvar).
throw: we first save all regs into a sigcontext struct and then call the stack
unwinding code.
-catch handler: catch hanlders are always called from the stack unwinding
+catch handler: catch handlers are always called from the stack unwinding
code. The exception object is passed in a local variable (cfg->exvar).