aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit65e93d2bb2b1e6e21c88c607d011bc98f80b975f (patch)
tree2b8a49749f94e7215c764b016b48047b6d51eef4
parentefdbf640ebc1b89f89b24d81cf52c7f5b377531b (diff)
downloadmandoc-65e93d2bb2b1e6e21c88c607d011bc98f80b975f.tar.gz
mandoc-65e93d2bb2b1e6e21c88c607d011bc98f80b975f.tar.zst
mandoc-65e93d2bb2b1e6e21c88c607d011bc98f80b975f.zip
typo in comment; Guy Harris <guy at alum dot mit dot edu>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8073ffe2..66dc6cfc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.395.2.27 2014/08/11 00:31:13 schwarze Exp $
+# $Id: Makefile,v 1.395.2.28 2014/08/12 21:37:42 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -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