summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2013-08-31 20:44:43 +0000
committerrillig <rillig@pkgsrc.org>2013-08-31 20:44:43 +0000
commit3869c4dc05aabdfe1e66fa073e6076fdf106b7da (patch)
treeee17994c0b74e9a6bdff95c0ad130153546ca182 /mk
parent018076cf640876ee6fcc01edb372d9a7535aedf8 (diff)
downloadpkgsrc-3869c4dc05aabdfe1e66fa073e6076fdf106b7da.tar.gz
Typo
Diffstat (limited to 'mk')
-rw-r--r--mk/help/c.help6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/help/c.help b/mk/help/c.help
index 794963197ea..d2a9387281c 100644
--- a/mk/help/c.help
+++ b/mk/help/c.help
@@ -1,6 +1,6 @@
-# $NetBSD: c.help,v 1.2 2008/01/10 02:34:09 rillig Exp $
+# $NetBSD: c.help,v 1.3 2013/08/31 20:44:43 rillig Exp $
-# This file contains typical error messages from C++ compilers and
+# This file contains typical error messages from C compilers and
# instructions how to fix them properly.
# === Invalid lvalue in increment ===
@@ -32,4 +32,4 @@
# 2. In default mode (-Xa), __STDC__ is defined and has the value 0.
# 3. In conformance mode (-Xc), __STDC__ is defined and has the value 1.
#
-# Keywords: __STDC__
+# Keywords: __STDC__ sunpro