Module Name: src
Committed By: msaitoh
Date: Mon Mar 19 03:12:09 UTC 2018
Modified Files:
src/sys/dev/pci: if_de.c
Log Message:
s/been been/been/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/sys/dev/pci/if_de.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/if_de.c
diff -u src/sys/dev/pci/if_de.c:1.150 src/sys/dev/pci/if_de.c:1.151
--- src/sys/dev/pci/if_de.c:1.150 Thu Dec 15 09:33:25 2016
+++ src/sys/dev/pci/if_de.c Mon Mar 19 03:12:09 2018
@@ -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 ([email protected])
@@ -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) {