summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-12 21:37:42 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-12 21:37:42 +0000
commitb420a48fd0fb421dd84caf9dc10cbd6192ca7509 (patch)
treef7a39ccc10c20b79ddcf8830f341323b39b7279d
parenta21292d658fb9a885ab53288359d9adbaac59179 (diff)
downloadmandoc-b420a48fd0fb421dd84caf9dc10cbd6192ca7509.tar.gz
typo in comment; Guy Harris <guy at alum dot mit dot edu>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab452afa..5c8559ab 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ VERSION = 1.12.4
# 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