summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-07-22 19:36:39 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-07-22 19:36:39 +0000
commit6b80f41852341ecacd30b1cbaefa23316c4616ca (patch)
tree3ba87f81fcebd1e2a36553de74c3f8bef0f1f744 /sys/arch/hp300
parent4e9b35d9185c2afdaf321fb363fc0c201ac931ab (diff)
Grammar.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/hp300/locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/locore.s b/sys/arch/hp300/hp300/locore.s
index 2e9c036c4e5..c22b49a47f3 100644
--- a/sys/arch/hp300/hp300/locore.s
+++ b/sys/arch/hp300/hp300/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.40 2004/07/02 17:33:42 miod Exp $ */
+/* $OpenBSD: locore.s,v 1.41 2004/07/22 19:36:38 miod Exp $ */
/* $NetBSD: locore.s,v 1.91 1998/11/11 06:41:25 thorpej Exp $ */
/*
@@ -391,7 +391,7 @@ Lstart3:
* Prepare to enable MMU.
* Since the kernel is not mapped logical == physical we must insure
* that when the MMU is turned on, all prefetched addresses (including
- * the PC) are valid. In order guarentee that, we use the last physical
+ * the PC) are valid. In order to guarantee that, we use the last physical
* page (which is conveniently mapped == VA) and load it up with enough
* code to defeat the prefetch, then we execute the jump back to here.
*