diff options
author | kato <kato@FreeBSD.org> | 1997-08-29 11:01:14 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-08-29 11:01:14 +0000 |
commit | cb17d7ed2c29686b7740011b7f6dd4b27c8f8cd4 (patch) | |
tree | 74fa8916abd491e04a99c9fe72ecf92f2a5efdd7 /sys/i386/include | |
parent | e9ee3ed37cc799ba692880f8fb73e75e82e5acf6 (diff) | |
download | FreeBSD-src-cb17d7ed2c29686b7740011b7f6dd4b27c8f8cd4.zip FreeBSD-src-cb17d7ed2c29686b7740011b7f6dd4b27c8f8cd4.tar.gz |
Fix typo in the comment introduced by me.
Diffstat (limited to 'sys/i386/include')
-rw-r--r-- | sys/i386/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h index fbbb686..031ff74 100644 --- a/sys/i386/include/param.h +++ b/sys/i386/include/param.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $Id: param.h,v 1.37 1997/08/24 00:04:59 fsmp Exp $ + * $Id: param.h,v 1.38 1997/08/29 09:02:40 kato Exp $ */ #ifndef _MACHINE_PARAM_H_ @@ -53,7 +53,7 @@ #define MID_MACHINE MID_I386 /* - * Architecture dependent constants for i386 based machines. + * Architecture dependent constant for i386 based machines. */ #ifdef PC98 /* NEC PC-9801/9821 series and compatibles. */ |