summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2008-12-03 15:43:18 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2008-12-03 15:43:18 +0000
commite5cb898edd1b10cebb2a4a4531325af2b64c6114 (patch)
tree8e0fb2d0f2d36c33c418b7018007a5b13651daf7 /sys/arch/mips64
parentdac7de8d6a762ce6e9fccd0bf11fd593d0efcb3d (diff)
Some more ambigous -> ambiguous pointed out by mbalmer (there are
others, these are the ones from code unlikely to be re-merged with upstream sources).
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/arcbios.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/arcbios.c b/sys/arch/mips64/mips64/arcbios.c
index 797d1b18608..a8236e5cd61 100644
--- a/sys/arch/mips64/mips64/arcbios.c
+++ b/sys/arch/mips64/mips64/arcbios.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arcbios.c,v 1.14 2008/04/07 22:40:58 miod Exp $ */
+/* $OpenBSD: arcbios.c,v 1.15 2008/12/03 15:43:17 sthen Exp $ */
/*-
* Copyright (c) 1996 M. Warner Losh. All rights reserved.
* Copyright (c) 1996-2004 Opsycon AB. All rights reserved.
@@ -59,7 +59,7 @@ int bios_get_system_type(void);
arc_dsp_stat_t displayinfo; /* Save area for display status info. */
static struct systypes {
- char *sys_vend; /* Vendor ID if name is ambigous */
+ char *sys_vend; /* Vendor ID if name is ambiguous */
char *sys_name; /* May be left NULL if name is sufficient */
int sys_type;
} sys_types[] = {