diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-03 17:01:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-03 17:01:30 +0000 |
commit | 7553e7f12279689d841e65272aa9b6eb135904d0 (patch) | |
tree | fbab51c3e8f1046d7b20b7cb13c7f8b87470b371 /sys/arch/hp300/include | |
parent | dc5043225f8a4e92183c34b615fd142dccc7e18e (diff) |
HP 9000/xxx not HP9000/xxx; from Paul Weissmann
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r-- | sys/arch/hp300/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/param.h b/sys/arch/hp300/include/param.h index 7e4987abbd1..18997fccdc7 100644 --- a/sys/arch/hp300/include/param.h +++ b/sys/arch/hp300/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.21 2002/03/14 01:26:31 millert Exp $ */ +/* $OpenBSD: param.h,v 1.22 2003/04/03 17:01:29 millert Exp $ */ /* $NetBSD: param.h,v 1.35 1997/07/10 08:22:38 veego Exp $ */ /* @@ -47,7 +47,7 @@ #define _MACHINE_PARAM_H_ /* - * Machine dependent constants for HP9000 series 300. + * Machine dependent constants for HP 9000 series 300. */ #define _MACHINE hp300 #define MACHINE "hp300" |