Module Name: src
Committed By: dholland
Date: Wed Dec 1 11:24:38 UTC 2010
Modified Files:
src/share/man/man7: c.7
Log Message:
typo
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man7/c.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man7/c.7
diff -u src/share/man/man7/c.7:1.3 src/share/man/man7/c.7:1.4
--- src/share/man/man7/c.7:1.3 Wed Dec 1 11:23:39 2010
+++ src/share/man/man7/c.7 Wed Dec 1 11:24:38 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: c.7,v 1.3 2010/12/01 11:23:39 dholland Exp $
+.\" $NetBSD: c.7,v 1.4 2010/12/01 11:24:38 dholland Exp $
.\"
.\" Copyright (C) 2007, 2010 Gabor Kovesdan. All rights reserved.
.\"
@@ -124,7 +124,7 @@
New high-precision integer type named long long int, and other integer types
defined in stdint.h
.It
-New boolen data type implemented in stdbool.h
+New boolean data type implemented in stdbool.h
.It
One line comments taken from the C++ language
.It