summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-17 23:59:29 +0000
committerobrien <obrien@FreeBSD.org>2001-10-17 23:59:29 +0000
commit64fa922935ca4c7082ad436070417e6ffd6c1969 (patch)
treeb4cd16fd683ec88f6029cc6aff8a1388702594ce /sys/i386
parentd51a15e1db59ea760a9fc9ac47b87905d063ef14 (diff)
downloadFreeBSD-src-64fa922935ca4c7082ad436070417e6ffd6c1969.zip
FreeBSD-src-64fa922935ca4c7082ad436070417e6ffd6c1969.tar.gz
Minor comment tweaking.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/ansi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/include/ansi.h b/sys/i386/include/ansi.h
index 3aff58e..504f1f6 100644
--- a/sys/i386/include/ansi.h
+++ b/sys/i386/include/ansi.h
@@ -34,12 +34,12 @@
* $FreeBSD$
*/
-#ifndef _MACHINE_ANSI_H_
+#ifndef _MACHINE_ANSI_H_
#define _MACHINE_ANSI_H_
/*
- * Types which are fundamental to the implementation and must be declared
- * in more than one standard header are defined here. Standard headers
+ * Types which are fundamental to the implementation and may appear in
+ * more than one standard header are defined here. Standard headers
* then use:
* #ifdef _BSD_SIZE_T_
* typedef _BSD_SIZE_T_ size_t;
@@ -148,4 +148,4 @@ typedef union {
__int64_t _mbstateL; /* for alignment */
} __mbstate_t;
-#endif /* !_MACHINE_ANSI_H_ */
+#endif /* !_MACHINE_ANSI_H_ */
OpenPOWER on IntegriCloud