summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-07-22 19:36:38 +0000
committermiod <miod@openbsd.org>2004-07-22 19:36:38 +0000
commit334a58959c6ae0249879720c55f3098d4ddd6b74 (patch)
tree7f61760d29810e55e5c054525b7c2f1295ff9b98
parentSplit and modify tests to prevent infinite loops on platforms with precise (diff)
downloadwireguard-openbsd-334a58959c6ae0249879720c55f3098d4ddd6b74.tar.xz
wireguard-openbsd-334a58959c6ae0249879720c55f3098d4ddd6b74.zip
Grammar.
-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.
*