From: Eli Zaretskii Date: Tue, 22 Aug 2017 16:52:47 +0000 (+0300) Subject: ; * src/w32.c: Fix a typo in a comment. X-Git-Tag: emacs-26.0.90~376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee5a146e331c0bc73c46d608450399e5b90e6321;p=emacs.git ; * src/w32.c: Fix a typo in a comment. --- diff --git a/src/w32.c b/src/w32.c index 1b1f8d84801..a4be017d8ed 100644 --- a/src/w32.c +++ b/src/w32.c @@ -1498,7 +1498,7 @@ w32_valid_pointer_p (void *p, int size) . Turning on w32-unicode-filename on Windows 9X (if it at all works) requires UNICOWS.DLL, which is thus a requirement even in - non-GUI sessions, something the we previously avoided. */ + non-GUI sessions, something that we previously avoided. */