Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pc532/pc532 Fix a couple of comments.



details:   https://anonhg.NetBSD.org/src/rev/dc9c89e99ae3
branches:  trunk
changeset: 573276:dc9c89e99ae3
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Jan 24 11:54:51 2005 +0000

description:
Fix a couple of comments.

diffstat:

 sys/arch/pc532/pc532/locore.s |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 00bef835223b -r dc9c89e99ae3 sys/arch/pc532/pc532/locore.s
--- a/sys/arch/pc532/pc532/locore.s     Mon Jan 24 10:38:47 2005 +0000
+++ b/sys/arch/pc532/pc532/locore.s     Mon Jan 24 11:54:51 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.76 2004/03/26 21:39:57 drochner Exp $     */
+/*     $NetBSD: locore.s,v 1.77 2005/01/24 11:54:51 simonb Exp $       */
 
 /*
  * Copyright (c) 1993 Philip A. Nelson.
@@ -667,7 +667,7 @@
  */
 
 /*
- * setrunqueue(struct lwp *p);
+ * setrunqueue(struct lwp *l);
  * Insert a process on the appropriate queue.  Should be called at splclock().
  */
 KENTRY(setrunqueue, 4)
@@ -695,7 +695,7 @@
 #endif
 
 /*
- * remrunqueue(struct proc *p);
+ * remrunqueue(struct lwp *l);
  * Remove a process from its queue.  Should be called at splclock().
  */
 KENTRY(remrunqueue, 4)



Home | Main Index | Thread Index | Old Index