diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-15 17:11:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-15 17:11:30 +0000 |
commit | 433835a085a154fdc678b76724196adc344732c5 (patch) | |
tree | 053c657259da1b02921ca8a8efcf716f0257d622 /sys/arch/macppc | |
parent | fc4744c6e540ad6034931f1bbbf0ef864fe5a54f (diff) |
everyting -> everything
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/macppc/ofwreal.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/macppc/ofwreal.S b/sys/arch/macppc/macppc/ofwreal.S index 6c828984262..a78e33ffe9c 100644 --- a/sys/arch/macppc/macppc/ofwreal.S +++ b/sys/arch/macppc/macppc/ofwreal.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ofwreal.S,v 1.3 2003/10/16 05:03:22 deraadt Exp $ */ +/* $OpenBSD: ofwreal.S,v 1.4 2015/11/15 17:11:29 miod Exp $ */ /* $NetBSD: ofwreal.S,v 1.1 1996/09/30 16:34:51 ws Exp $ */ /* @@ -120,7 +120,7 @@ _ENTRY(_C_LABEL(ofw_init)) blr /* - * Save everyting related to the mmu to the saveare pointed to by r3. + * Save everything related to the mmu to the savearea pointed to by r3. */ .type savemmu,@function savemmu: @@ -191,7 +191,7 @@ savemmu: blr /* - * Restore everyting related to the mmu from the savearea pointed to by r3. + * Restore everything related to the mmu from the savearea pointed to by r3. * and bats pointed to by r4. */ .type restoremmu,@function |