summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/stand/Locore.c
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2006-10-10 20:21:11 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2006-10-10 20:21:11 +0000
commit8ae2e8fd54071358518dd84fdc06153f9599fbbf (patch)
tree06df28245eeb9a65186a773988c23894e25ad97b /sys/arch/macppc/stand/Locore.c
parentfe7766db38c88474f87fc0e6f0b94e6d8c758ce2 (diff)
Typo in a comment. ok kettenis.
Diffstat (limited to 'sys/arch/macppc/stand/Locore.c')
-rw-r--r--sys/arch/macppc/stand/Locore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/stand/Locore.c b/sys/arch/macppc/stand/Locore.c
index c51ade28cbc..453889e42bb 100644
--- a/sys/arch/macppc/stand/Locore.c
+++ b/sys/arch/macppc/stand/Locore.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: Locore.c,v 1.9 2004/01/09 16:50:30 drahn Exp $ */
+/* $OpenBSD: Locore.c,v 1.10 2006/10/10 20:21:10 mbalmer Exp $ */
/* $NetBSD: Locore.c,v 1.1 1997/04/16 20:29:11 thorpej Exp $ */
/*
@@ -108,7 +108,7 @@ patch_dec_intr()
unsigned int *decr_intr = (unsigned int *)0x900;
unsigned int br_instr;
- /* this hack is to prevent unexected Decrementer Exceptions
+ /* this hack is to prevent unexpected Decrementer Exceptions
* when Apple openfirmware enables interrupts
*/
time = 0x40000000;