aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1998-04-17 22:37:19 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1998-04-17 22:37:19 +0000
commitdc733423474fd7365890fcf290b2e017d9907635 (patch)
treef04733bf778cda0edb2eb1ec13178fd0303eb05a /sys/dev/ed
parent2720a2efd612c8a8d4b9bbeaee1491d664de797e (diff)
downloadsrc-dc733423474fd7365890fcf290b2e017d9907635.tar.gz
src-dc733423474fd7365890fcf290b2e017d9907635.zip
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Notes
Notes: svn path=/head/; revision=35256
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 a91559ea8a90..3e15d49e3602 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.138 1998/03/29 03:22:19 eivind Exp $
+ * $Id: if_ed.c,v 1.139 1998/04/15 17:45:15 bde Exp $
*/
/*
@@ -464,7 +464,7 @@ ed_probe_WD80x3(isa_dev)
#endif
DELAY(100);
outb(sc->asic_addr + ED_WD_MSR, inb(sc->asic_addr + ED_WD_MSR) & ~ED_WD_MSR_RST);
- /* wait in the case this card is reading it's EEROM */
+ /* wait in the case this card is reading its EEROM */
DELAY(5000);
sc->vendor = ED_VENDOR_WD_SMC;