summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-12 21:35:48 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-12 21:35:48 +0000
commit945af9fb48f5e5be490e4cbfdb654fad24f705aa (patch)
treed8c9137496964d733a63cbd8e9fc441955a9d5ec /Makefile
parent358f63e2e210f79c124f804e3e0b9d0f44f4c61d (diff)
downloadmandoc-945af9fb48f5e5be490e4cbfdb654fad24f705aa.tar.gz
typo in comment; Guy Harris <guy at alum dot mit dot edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0233e44..bdc83a6d 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ VERSION = 1.13.1
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
# UCS-4 value) should you define USE_WCHAR. If you define it and your
# system DOESN'T support this, -Tlocale will produce garbage.
-# If you don't define it, -Tlocale is a synonym for -Tacsii.
+# If you don't define it, -Tlocale is a synonym for -Tascii.
#
CFLAGS += -DUSE_WCHAR