From 48f3d4624b6b9b219012a85f6a6e71fed1f325ce Mon Sep 17 00:00:00 2001 From: dg Date: Sat, 25 Feb 1995 15:56:00 +0000 Subject: [PATCH] Spell "guaranteed" correctly. Submitted by: frank@fwi.uva.nl (Frank van der Linden) --- sys/dev/ed/if_ed.c | 4 ++-- sys/i386/isa/if_ed.c | 4 ++-- 2 files changed, 4 insertions(+), 4 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. * diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c index 9653df739cc5..cce3b4530147 100644 --- a/sys/i386/isa/if_ed.c +++ b/sys/i386/isa/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. *