From dbdffcb43206e94ef130ecadd1c82a8763225ac2 Mon Sep 17 00:00:00 2001 From: Simon Ferquel Date: Mon, 5 Aug 2019 13:28:21 +0200 Subject: [PATCH] Typo fix Signed-off-by: Simon Ferquel --- src/runtime/signal_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/signal_windows.go b/src/runtime/signal_windows.go index 35ecb67448..3b2c06b39c 100644 --- a/src/runtime/signal_windows.go +++ b/src/runtime/signal_windows.go @@ -174,7 +174,7 @@ func lastcontinuehandler(info *exceptionrecord, r *context, gp *g) int32 { if islibrary || isarchive { // Go DLL/archive has been loaded in a non-go program. // If the exception does not originate from go, the go runtime - // should not take responsibility of crashing the process + // should not take responsibility of crashing the process. return _EXCEPTION_CONTINUE_SEARCH } if testingWER {