aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitfaf800341f0f487ab0edd954fb2a6e0eddb2db96 (patch)
tree65dec8d627f3f57f6b87c1c2ed7d178631dfcd9d /Makefile
parent36bf94232a5cacc4ff8dd748691cee8af98319d0 (diff)
downloadmandoc-faf800341f0f487ab0edd954fb2a6e0eddb2db96.tar.gz
mandoc-faf800341f0f487ab0edd954fb2a6e0eddb2db96.tar.zst
mandoc-faf800341f0f487ab0edd954fb2a6e0eddb2db96.zip
typo in comment; Guy Harris <guy at alum dot mit dot edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ea3da1fd..c0833015 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.438 2014/08/11 03:19:39 schwarze Exp $
+# $Id: Makefile,v 1.439 2014/08/12 21:35:48 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.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