summaryrefslogtreecommitdiff
path: root/sys/arch/armish
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-11-24 12:59:29 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-11-24 12:59:29 +0000
commit06a21e7447ce95e70751bcdd157937828f1f86aa (patch)
tree24dadc9e7c9d98647cd980fcf4e077e2866679c2 /sys/arch/armish
parent9b160b02c4fc761cb4997df97b753b15288c922c (diff)
some spelling fixes from Martynas Venckus
Diffstat (limited to 'sys/arch/armish')
-rw-r--r--sys/arch/armish/stand/boot/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armish/stand/boot/machdep.c b/sys/arch/armish/stand/boot/machdep.c
index eca4ec3fea5..b54cd7c6749 100644
--- a/sys/arch/armish/stand/boot/machdep.c
+++ b/sys/arch/armish/stand/boot/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.3 2006/07/30 20:46:30 drahn Exp $ */
+/* $OpenBSD: machdep.c,v 1.4 2007/11/24 12:59:28 jmc Exp $ */
/*
* Copyright (c) 2006 Mark Kettenis
@@ -67,7 +67,7 @@ machdep(void)
* however when it reads the device register, it does
* not check if a bus fault occurs on the access.
* Since the bootloader doesn't handle faults, this
- * crashes the bootloader if it reads a non-existant
+ * crashes the bootloader if it reads a non-existent
* device.
* The tag computation comes from arm/xscale/i80321_pci.c
* i80321_pci_conf_setup()