aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-02-25 15:56:00 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-02-25 15:56:00 +0000
commitc5b90f7db24fcb5f68d19177f635dba8775d4491 (patch)
treeb2a892ad605977db738d18582c86b7f06c386321 /sys/dev/ed
parent4e1d0de38005a2bb872da99c9665ed321d3f1b1c (diff)
Notes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 9653df739cc5..cce3b4530147 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -13,7 +13,7 @@
* the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000,
* and a variety of similar clones.
*
- * $Id: if_ed.c,v 1.64 1995/01/15 00:18:17 wollman Exp $
+ * $Id: if_ed.c,v 1.65 1995/01/23 19:06:06 davidg Exp $
*/
#include "ed.h"
@@ -229,7 +229,7 @@ ed_probe(isa_dev)
/*
* Generic probe routine for testing for the existance of a DS8390.
* Must be called after the NIC has just been reset. This routine
- * works by looking at certain register values that are gauranteed
+ * works by looking at certain register values that are guaranteed
* to be initialized a certain way after power-up or reset. Seems
* not to currently work on the 83C690.
*