Module Name:    src
Committed By:   skrll
Date:           Sun Jan 30 22:36:38 UTC 2011

Modified Files:
        src/sys/arch/hppa/hppa: lock_stubs.S

Log Message:
Grammar.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hppa/hppa/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/hppa/hppa/lock_stubs.S
diff -u src/sys/arch/hppa/hppa/lock_stubs.S:1.21 src/sys/arch/hppa/hppa/lock_stubs.S:1.22
--- src/sys/arch/hppa/hppa/lock_stubs.S:1.21	Sun Jan 30 22:36:12 2011
+++ src/sys/arch/hppa/hppa/lock_stubs.S	Sun Jan 30 22:36:37 2011
@@ -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

Reply via email to