Module Name:    src
Committed By:   matt
Date:           Tue Apr 20 22:08:13 UTC 2010

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: spl.S

Log Message:
fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/mips/spl.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/mips/spl.S
diff -u src/sys/arch/mips/mips/spl.S:1.1.2.4 src/sys/arch/mips/mips/spl.S:1.1.2.5
--- src/sys/arch/mips/mips/spl.S:1.1.2.4	Sun Mar 21 18:50:45 2010
+++ src/sys/arch/mips/mips/spl.S	Tue Apr 20 22:08:13 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: spl.S,v 1.1.2.4 2010/03/21 18:50:45 cliff Exp $	*/
+/*	$NetBSD: spl.S,v 1.1.2.5 2010/04/20 22:08:13 matt Exp $	*/
 
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
 #include <mips/asm.h>
 #include <mips/cpuregs.h>
 
-RCSID("$NetBSD: spl.S,v 1.1.2.4 2010/03/21 18:50:45 cliff Exp $")
+RCSID("$NetBSD: spl.S,v 1.1.2.5 2010/04/20 22:08:13 matt Exp $")
 
 #include "assym.h"
 
@@ -217,7 +217,7 @@
 	beq	v0, a1, 1f			# don't do anything if IPL_HIGH
 	mfc0	v1, MIPS_COP_0_STATUS		# fetch status register
 	and	a0, v1, MIPS_INT_MASK		# select all interrupts
-	xor	a0, v1				# clear akk interrupts
+	xor	a0, v1				# clear all interrupts
 	DYNAMIC_STATUS_MASK(a0,a2)		# machine dependent masking
 	mtc0	a0, MIPS_COP_0_STATUS		## store back
 	COP0_SYNC

Reply via email to