summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2018-03-19 03:12:09 +0000
committermsaitoh <msaitoh@NetBSD.org>2018-03-19 03:12:09 +0000
commit34fb17ebe4f2f34c95d2eff8e4a73bcdeb07ef3e (patch)
treec4ae19ee9ce63ea91709a5a18646b9475128f2f7 /sys/dev/pci
parent2f5ee7637316f71fb9f356391ba6cd1526e312cd (diff)
s/been been/been/ in comment.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_de.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c
index 761fb0f58f1..20c934493d6 100644
--- a/sys/dev/pci/if_de.c
+++ b/sys/dev/pci/if_de.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_de.c,v 1.150 2016/12/15 09:33:25 ozaki-r Exp $ */
+/* $NetBSD: if_de.c,v 1.151 2018/03/19 03:12:09 msaitoh Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@@ -37,7 +37,7 @@
* board which support 21040, 21041, or 21140 (mostly).
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.150 2016/12/15 09:33:25 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.151 2018/03/19 03:12:09 msaitoh Exp $");
#define TULIP_HDR_DATA
@@ -1148,7 +1148,7 @@ tulip_21041_media_poll(
}
/*
- * If we've been been asked to start a poll or link change interrupt
+ * If we've been asked to start a poll or link change interrupt
* restart the probe (and reset the tulip to a known state).
*/
if (event == TULIP_MEDIAPOLL_START) {