diff options
author | michaels <michaels@cvs.openbsd.org> | 1997-04-14 17:49:59 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1997-04-14 17:49:59 +0000 |
commit | f8cfbcd48b5467a376e663e0f9c7c2b6209da302 (patch) | |
tree | fe6edea9f35f04b03fa6413761ad0e5f72edf29d /sys | |
parent | 12b89afa6873f8a4003807f1ff5358abb81da094 (diff) |
typo for us.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/alpha/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index 26b8ac2d50d..0ed5b802c0c 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.17 1997/02/03 15:05:02 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.18 1997/04/14 17:49:58 michaels Exp $ */ /* $NetBSD: machdep.c,v 1.61 1996/12/07 01:54:49 cgd Exp $ */ /* @@ -375,7 +375,7 @@ unknown_cputype: goto unknown_cputype; if (cpu_fn_switch->option == NULL) { printf("\n"); - printf("NetBSD does not currently support system type %d\n", + printf("OpenBSD does not currently support system type %d\n", cputype); printf("(%s family).\n", cpu_fn_switch->family); printf("\n"); |