From 01d7436230f3dc0bf736b1b3546c8c7952419ffc Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Tue, 4 Jan 2011 18:30:34 +0900 Subject: [PATCH] debugger: fix typo in docs --- basis/debugger/debugger-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/debugger/debugger-docs.factor b/basis/debugger/debugger-docs.factor index 4bcd9c5b78..50461226b5 100644 --- a/basis/debugger/debugger-docs.factor +++ b/basis/debugger/debugger-docs.factor @@ -117,7 +117,7 @@ HELP: signal-error. { "8 - Arithmetic exception. Most likely a divide by zero in " { $link /i } "." } { "10, 11 - Memory protection fault. This error suggests invalid values are being passed to C functions by an " { $link alien-invoke } ". Factor also uses memory protection to trap stack underflows and overflows, but usually these are reported as their own errors. Sometimes they'll show up as a generic signal 11, though." } } - "The Windows equivalent of a signal 11 is a SEH fault. When one occurs, the runtime throws a singal error, even though it does not correspond to a Unix signal." + "The Windows equivalent of a signal 11 is a SEH fault. When one occurs, the runtime throws a signal error, even though it does not correspond to a Unix signal." } ; HELP: array-size-error.