Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa s/like like/like/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/c01061bc3a33
branches:  trunk
changeset: 847530:c01061bc3a33
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 27 04:50:41 2019 +0000

description:
s/like like/like/ in comment.

diffstat:

 sys/dev/isa/if_ep_isa.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7d00b4d46a94 -r c01061bc3a33 sys/dev/isa/if_ep_isa.c
--- a/sys/dev/isa/if_ep_isa.c   Fri Dec 27 00:46:38 2019 +0000
+++ b/sys/dev/isa/if_ep_isa.c   Fri Dec 27 04:50:41 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ep_isa.c,v 1.46 2019/11/10 21:16:35 chs Exp $       */
+/*     $NetBSD: if_ep_isa.c,v 1.47 2019/12/27 04:50:41 msaitoh Exp $   */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ep_isa.c,v 1.46 2019/11/10 21:16:35 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ep_isa.c,v 1.47 2019/12/27 04:50:41 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -143,7 +143,7 @@
 /*
  * 3c509 cards on the ISA bus are probed in ethernet address order.
  * The probe sequence requires careful orchestration, and we'd like
- * like to allow the irq and base address to be wildcarded. So, we
+ * to allow the irq and base address to be wildcarded. So, we
  * probe all the cards the first time epprobe() is called. On subsequent
  * calls we look for matching cards.
  */



Home | Main Index | Thread Index | Old Index