Module Name: src
Committed By: skrll
Date: Thu Jan 20 19:50:41 UTC 2011
Modified Files:
src/sys/arch/hppa/hppa: lock_stubs.S
Log Message:
Another comment tweak
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/sys/arch/hppa/hppa/lock_stubs.S:1.16
--- src/sys/arch/hppa/hppa/lock_stubs.S:1.15 Thu Jan 20 19:49:22 2011
+++ src/sys/arch/hppa/hppa/lock_stubs.S Thu Jan 20 19:50:41 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: lock_stubs.S,v 1.15 2011/01/20 19:49:22 skrll Exp $ */
+/* $NetBSD: lock_stubs.S,v 1.16 2011/01/20 19:50:41 skrll Exp $ */
/*-
* Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -47,8 +47,8 @@
*
* Perform an atomic compare-and-swap operation.
*
- * On single CPU systems, this can use a restartable sequence:
- * there we don't need the overhead of interlocking.
+ * On single CPU systems this can use a restartable sequence as there
+ * we don't need the overhead of interlocking.
*/
#ifndef MULTIPROCESSOR