Source-Changes-HG archive

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

[src/trunk]: src/sys/net Fix a comment.



details:   https://anonhg.NetBSD.org/src/rev/1c343add6967
branches:  trunk
changeset: 502158:1c343add6967
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jan 12 19:38:46 2001 +0000

description:
Fix a comment.

diffstat:

 sys/net/if_strip.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2573fec310f4 -r 1c343add6967 sys/net/if_strip.c
--- a/sys/net/if_strip.c        Fri Jan 12 19:31:25 2001 +0000
+++ b/sys/net/if_strip.c        Fri Jan 12 19:38:46 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_strip.c,v 1.32 2001/01/12 19:26:49 thorpej Exp $    */
+/*     $NetBSD: if_strip.c,v 1.33 2001/01/12 19:38:46 thorpej Exp $    */
 /*     from: NetBSD: if_sl.c,v 1.38 1996/02/13 22:00:23 christos Exp $ */
 
 /*
@@ -1338,7 +1338,7 @@
 
 /*
  * Set a radio into starmode.
- * XXX must be called at spltty() or higher (e.g., splimp()
+ * Must be called at spltty().
  */
 void
 strip_resetradio(sc, tp)



Home | Main Index | Thread Index | Old Index