summaryrefslogtreecommitdiff
path: root/mk/help
diff options
context:
space:
mode:
authorrillig <rillig>2013-08-31 20:44:43 +0000
committerrillig <rillig>2013-08-31 20:44:43 +0000
commit55b046abf22d7daffce4da672d5d6895bfa55b5e (patch)
treeee17994c0b74e9a6bdff95c0ad130153546ca182 /mk/help
parent64738624dd8e631385c4b93b7d7bee265dc2e72e (diff)
downloadpkgsrc-55b046abf22d7daffce4da672d5d6895bfa55b5e.tar.gz
Typo
Diffstat (limited to 'mk/help')
-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