diff options
author | rillig <rillig> | 2013-08-31 20:44:43 +0000 |
---|---|---|
committer | rillig <rillig> | 2013-08-31 20:44:43 +0000 |
commit | ce7c126726ac17727650f306265eb144e40a56c4 (patch) | |
tree | ee17994c0b74e9a6bdff95c0ad130153546ca182 /mk | |
parent | 4a1d3ed036c1a27b96d34b15fad5e71bd753532b (diff) | |
download | pkgsrc-ce7c126726ac17727650f306265eb144e40a56c4.tar.gz |
Typo
Diffstat (limited to 'mk')
-rw-r--r-- | mk/help/c.help | 6 |
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 |