1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Fix typo ("not" for "now").

Copied from Perforce
 Change: 181451
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-04-25 20:10:10 +01:00
parent c5f77afc19
commit 4dcd039b18

View file

@ -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.
*/