summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_de.c
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-12-30 00:37:44 +0000
committerhoek <hoek@FreeBSD.org>1998-12-30 00:37:44 +0000
commit5e720f359493b138d4b2898600a5e227f2b2d624 (patch)
treee63ee5898677075b6f830a4fb06683e8a65f6c49 /sys/pci/if_de.c
parent233301419faa6f8b8f82b8b78115e7c72080ee01 (diff)
downloadFreeBSD-src-5e720f359493b138d4b2898600a5e227f2b2d624.zip
FreeBSD-src-5e720f359493b138d4b2898600a5e227f2b2d624.tar.gz
Silence -Wtrigraph.
Submitted by: Bradley Dunn <bradley@dunn.org> (pr: kern/8817)
Diffstat (limited to 'sys/pci/if_de.c')
-rw-r--r--sys/pci/if_de.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 0a1b599..8235427 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -1,5 +1,5 @@
/* $NetBSD: if_de.c,v 1.80 1998/09/25 18:06:53 matt Exp $ */
-/* $Id: if_de.c,v 1.91 1998/11/28 00:25:32 msmith Exp $ */
+/* $Id: if_de.c,v 1.92 1998/12/14 05:47:26 dillon Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@@ -2861,7 +2861,7 @@ tulip_read_macaddr(
* Some folks don't use the standard ethernet rom format
* but instead just put the address in the first 6 bytes
* of the rom and let the rest be all 0xffs. (Can we say
- * ZNYX???) (well sometimes they put in a checksum so we'll
+ * ZNYX?) (well sometimes they put in a checksum so we'll
* start at 8).
*/
for (idx = 8; idx < 32; idx++) {
OpenPOWER on IntegriCloud