From 433835a085a154fdc678b76724196adc344732c5 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 15 Nov 2015 17:11:30 +0000 Subject: everyting -> everything --- sys/arch/macppc/macppc/ofwreal.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch') 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 -- cgit v1.2.3