Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/hppa Grammar.



details:   https://anonhg.NetBSD.org/src/rev/58af789963e5
branches:  trunk
changeset: 761510:58af789963e5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jan 30 22:36:37 2011 +0000

description:
Grammar.

diffstat:

 sys/arch/hppa/hppa/lock_stubs.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1383c687e358 -r 58af789963e5 sys/arch/hppa/hppa/lock_stubs.S
--- a/sys/arch/hppa/hppa/lock_stubs.S   Sun Jan 30 22:36:12 2011 +0000
+++ b/sys/arch/hppa/hppa/lock_stubs.S   Sun Jan 30 22:36:37 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock_stubs.S,v 1.21 2011/01/30 22:36:12 skrll Exp $    */
+/*     $NetBSD: lock_stubs.S,v 1.22 2011/01/30 22:36:37 skrll Exp $    */
 
 /*-
  * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
 
 LEAF_ENTRY(mutex_exit)
        /*
-        * If its a spin mutex or unowned, we have to take the slow path.
+        * If it's a spin mutex or unowned, we have to take the slow path.
         */
        ldi     MUTEX_ADAPTIVE_UNOWNED, %t1
        ldw     MTX_OWNER(%arg0),%t2



Home | Main Index | Thread Index | Old Index