From e6e247e4f6cdde18d315e32b0fcc563b49d7e992 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 2 Jul 2005 09:15:43 +0000 Subject: Typos in comments. --- sys/arch/solbourne/solbourne/locore.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/solbourne') diff --git a/sys/arch/solbourne/solbourne/locore.s b/sys/arch/solbourne/solbourne/locore.s index 0cd70db34d8..9996e7997dc 100644 --- a/sys/arch/solbourne/solbourne/locore.s +++ b/sys/arch/solbourne/solbourne/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.1 2005/04/20 01:00:18 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.2 2005/07/02 09:15:41 miod Exp $ */ /* OpenBSD: locore.s,v 1.64 2005/04/17 18:47:50 miod Exp */ /* @@ -2574,7 +2574,7 @@ dostart: * the adequate hardware... */ - /* disable external interrupts - this also disable soft interrupts */ + /* disable external interrupts - this also disables soft interrupts */ set GLU_ICR, %o0 mov GICR_DISABLE_ALL, %o1 sll %o1, 24, %o1 -- cgit v1.2.3