aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2017-08-22 19:52:47 +0300
committerEli Zaretskii2017-08-22 19:52:47 +0300
commitee5a146e331c0bc73c46d608450399e5b90e6321 (patch)
tree4713906eeaf8f3e5917d9502f943213280521653 /src
parent336707efb3d173c396ac522490ef2b1b6664eebf (diff)
downloademacs-ee5a146e331c0bc73c46d608450399e5b90e6321.tar.gz
emacs-ee5a146e331c0bc73c46d608450399e5b90e6321.zip
; * src/w32.c: Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
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)
1498 1498
1499 . Turning on w32-unicode-filename on Windows 9X (if it at all 1499 . Turning on w32-unicode-filename on Windows 9X (if it at all
1500 works) requires UNICOWS.DLL, which is thus a requirement even in 1500 works) requires UNICOWS.DLL, which is thus a requirement even in
1501 non-GUI sessions, something the we previously avoided. */ 1501 non-GUI sessions, something that we previously avoided. */
1502 1502
1503 1503
1504 1504