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 Another comment tweak



details:   https://anonhg.NetBSD.org/src/rev/f18fc07581c7
branches:  trunk
changeset: 761216:f18fc07581c7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 20 19:50:41 2011 +0000

description:
Another comment tweak

diffstat:

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

diffs (20 lines):

diff -r 28655d67b49f -r f18fc07581c7 sys/arch/hppa/hppa/lock_stubs.S
--- a/sys/arch/hppa/hppa/lock_stubs.S   Thu Jan 20 19:49:22 2011 +0000
+++ b/sys/arch/hppa/hppa/lock_stubs.S   Thu Jan 20 19:50:41 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index