Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Fix fmt'ing error in comment from rev 1.22.



details:   https://anonhg.NetBSD.org/src/rev/6c15e3360682
branches:  trunk
changeset: 753698:6c15e3360682
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Apr 07 11:16:30 2010 +0000

description:
Fix fmt'ing error in comment from rev 1.22.

diffstat:

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

diffs (25 lines):

diff -r 866cb21c9195 -r 6c15e3360682 sys/arch/i386/i386/lock_stubs.S
--- a/sys/arch/i386/i386/lock_stubs.S   Wed Apr 07 11:10:25 2010 +0000
+++ b/sys/arch/i386/i386/lock_stubs.S   Wed Apr 07 11:16:30 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock_stubs.S,v 1.23 2009/04/24 17:45:40 ad Exp $       */
+/*     $NetBSD: lock_stubs.S,v 1.24 2010/04/07 11:16:30 pooka Exp $    */
 
 /*-
  * Copyright (c) 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -30,12 +30,12 @@
  */
 
 /*
- * Where possible we make * each routine fit into an assumed 64-byte cache
- * line.  Please check * alignment with 'objdump -d' after making changes. 
+ * Where possible we make each routine fit into an assumed 64-byte cache
+ * line.  Please check alignment with 'objdump -d' after making changes. 
  */
 
 #include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: lock_stubs.S,v 1.23 2009/04/24 17:45:40 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lock_stubs.S,v 1.24 2010/04/07 11:16:30 pooka Exp $");
 
 #include "opt_lockdebug.h"
 



Home | Main Index | Thread Index | Old Index