From 4dcd039b182b2db1b68c1b2e0b4e918c14de52bb Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 25 Apr 2013 20:10:10 +0100 Subject: [PATCH] Fix typo ("not" for "now"). Copied from Perforce Change: 181451 ServerID: perforce.ravenbrook.com --- mps/code/protw3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/protw3.c b/mps/code/protw3.c index 3f7e1c1b816..72235a763a5 100644 --- a/mps/code/protw3.c +++ b/mps/code/protw3.c @@ -126,7 +126,7 @@ void ProtSync(Arena arena) /* ProtTramp -- wrap a mutator thread in a Structured Exception Handler filter * * This was the method by which we installed an exception handler on Windows - * prior to MPS 1.111. Not we are using Vectored Exception Handlers, so this + * prior to MPS 1.111. Now we are using Vectored Exception Handlers, so this * is deprecated and just calls through to the mutator function. */