diff options
| author | Gareth Rees | 2013-04-25 20:10:10 +0100 |
|---|---|---|
| committer | Gareth Rees | 2013-04-25 20:10:10 +0100 |
| commit | 4dcd039b182b2db1b68c1b2e0b4e918c14de52bb (patch) | |
| tree | 2ae53dc33c78d0c37e5692bfef89fd0b77d9aa12 /mps/code | |
| parent | c5f77afc1953909d103f6d0c578e8d3c0bb4ff8d (diff) | |
| download | emacs-4dcd039b182b2db1b68c1b2e0b4e918c14de52bb.tar.gz emacs-4dcd039b182b2db1b68c1b2e0b4e918c14de52bb.zip | |
Fix typo ("not" for "now").
Copied from Perforce
Change: 181451
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/protw3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 126 | /* ProtTramp -- wrap a mutator thread in a Structured Exception Handler filter | 126 | /* ProtTramp -- wrap a mutator thread in a Structured Exception Handler filter |
| 127 | * | 127 | * |
| 128 | * This was the method by which we installed an exception handler on Windows | 128 | * This was the method by which we installed an exception handler on Windows |
| 129 | * prior to MPS 1.111. Not we are using Vectored Exception Handlers, so this | 129 | * prior to MPS 1.111. Now we are using Vectored Exception Handlers, so this |
| 130 | * is deprecated and just calls through to the mutator function. | 130 | * is deprecated and just calls through to the mutator function. |
| 131 | */ | 131 | */ |
| 132 | 132 | ||