summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commitf3dd75a38d66ed54a0f2660b0a27d177fb33f068 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/pc98
parent7b3fa6ae274a3569da985e1b817e786e36f17f44 (diff)
downloadFreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.zip
FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.tar.gz
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/atapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/pc98/atapi.h b/sys/pc98/pc98/atapi.h
index 875a5c9..dce6d9e 100644
--- a/sys/pc98/pc98/atapi.h
+++ b/sys/pc98/pc98/atapi.h
@@ -7,7 +7,7 @@
* This software is distributed with NO WARRANTIES, not even the implied
* warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
- * Authors grant any other persons or organisations permission to use
+ * Authors grant any other persons or organizations permission to use
* or modify this software as long as this message is kept with the software,
* all derivative works or modified versions.
*
@@ -52,7 +52,7 @@
#define AER_ABRT 0x04 /* command aborted */
#define AER_MCR 0x08 /* media change requested */
#define AER_SKEY 0xf0 /* sense key mask */
-#define AER_SK_NO_SENSE 0x00 /* no spesific sense key info */
+#define AER_SK_NO_SENSE 0x00 /* no specific sense key info */
#define AER_SK_RECOVERED_ERROR 0x10 /* command succeeded, data recovered */
#define AER_SK_NOT_READY 0x20 /* no access to drive */
#define AER_SK_MEDIUM_ERROR 0x30 /* non-recovered data error */
OpenPOWER on IntegriCloud