diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-10-01 12:57:20 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-10-01 12:57:20 +0000 |
commit | 8ed4e059ca5209aa5e46d72fb2bd4f07e1a8efb3 (patch) | |
tree | 3ec937d76b94e93acc6958ab605301f0e98d6566 /sys/arch/vax | |
parent | f8fec01dd26e282798c447f10de0b86ef42263d1 (diff) |
consistent casing
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/vax/ka48.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/ka48.c b/sys/arch/vax/vax/ka48.c index 8d27f7517a5..566dfd82407 100644 --- a/sys/arch/vax/vax/ka48.c +++ b/sys/arch/vax/vax/ka48.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ka48.c,v 1.4 2001/09/11 20:05:25 miod Exp $ */ +/* $OpenBSD: ka48.c,v 1.5 2001/10/01 12:57:19 hugh Exp $ */ /* * Copyright (c) 1998 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -94,7 +94,7 @@ ka48_conf() cpuname = "KA48"; break; default: - cpuname = "unknown SOC"; + cpuname = "Unknown SOC"; } printf("cpu: %s\n", cpuname); ka48_cpu = (void *)vax_map_physmem(VS_REGS, 1); |