Module Name: src
Committed By: snj
Date: Sat Feb 27 19:22:03 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: lock_stubs.S
Log Message:
Fix comment gimplish.
To generate a diff of this commit:
cvs rdiff -u -r1.9.18.7 -r1.9.18.8 src/sys/arch/mips/mips/lock_stubs.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/lock_stubs.S
diff -u src/sys/arch/mips/mips/lock_stubs.S:1.9.18.7 src/sys/arch/mips/mips/lock_stubs.S:1.9.18.8
--- src/sys/arch/mips/mips/lock_stubs.S:1.9.18.7 Mon Feb 15 07:36:03 2010
+++ src/sys/arch/mips/mips/lock_stubs.S Sat Feb 27 19:22:03 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: lock_stubs.S,v 1.9.18.7 2010/02/15 07:36:03 matt Exp $ */
+/* $NetBSD: lock_stubs.S,v 1.9.18.8 2010/02/27 19:22:03 snj Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -240,8 +240,8 @@
INT_L ta0, MTX_IPL(t0)
/*
- * If the current IPL is less the mutex's IPL, we need to raise our
- * IPL to the mutex'es
+ * If the current IPL is less than the mutex's IPL, we need to raise
+ * our IPL to the mutex'es
*/
sltu v1, ta1, ta0 # v1 = ta1 < ta0
beqz v1, 1f
@@ -456,8 +456,8 @@
INT_L ta1, CPU_INFO_CPL(t2) # get current cpl
/*
- * If the current IPL is less the mutex's IPL, we need to raise our
- * IPL to the mutex'es
+ * If the current IPL is less than the mutex's IPL, we need to raise
+ * our IPL to the mutex'es
*/
sltu a3, ta1, a0 # a3 = ta1 < a0
beqz a3, 1f