From d3e65fbc89a5fb8a08fc9fefefc268a59ec8d0d8 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Fri, 29 Aug 1997 11:01:14 +0000 Subject: [PATCH] Fix typo in the comment introduced by me. --- sys/i386/include/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h index fbbb686bcb3..031ff740721 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. */