diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-12 11:35:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-12 11:35:09 +0000 |
commit | e2f1d84bf4b4c2436ca51aa1602f3b2d219e3000 (patch) | |
tree | bafd0bba7b932b4e169332a23c22fb06e28119bb /sys | |
parent | 5a02f2038fd29427c4484d7b2e7e902eb8cea065 (diff) |
typos from Jared Yanovich;
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/dev/fd.c | 6 | ||||
-rw-r--r-- | sys/arch/sparc/dev/xd.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc/dev/fd.c b/sys/arch/sparc/dev/fd.c index a53c99ab86b..99de2dfe043 100644 --- a/sys/arch/sparc/dev/fd.c +++ b/sys/arch/sparc/dev/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.33 2003/06/02 23:27:54 millert Exp $ */ +/* $OpenBSD: fd.c,v 1.34 2004/01/12 11:35:08 jmc Exp $ */ /* $NetBSD: fd.c,v 1.51 1997/05/24 20:16:19 pk Exp $ */ /*- @@ -180,8 +180,8 @@ struct fd_softc { daddr_t sc_blkno; /* starting block number */ int sc_bcount; /* byte count left */ int sc_skip; /* bytes already transferred */ - int sc_nblks; /* number of blocks currently tranferring */ - int sc_nbytes; /* number of bytes currently tranferring */ + int sc_nblks; /* number of blocks currently transferring */ + int sc_nbytes; /* number of bytes currently transferring */ int sc_drive; /* physical unit number */ int sc_flags; diff --git a/sys/arch/sparc/dev/xd.c b/sys/arch/sparc/dev/xd.c index f1f504c6ec2..447a4dae08b 100644 --- a/sys/arch/sparc/dev/xd.c +++ b/sys/arch/sparc/dev/xd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xd.c,v 1.26 2003/09/29 09:08:19 miod Exp $ */ +/* $OpenBSD: xd.c,v 1.27 2004/01/12 11:35:08 jmc Exp $ */ /* $NetBSD: xd.c,v 1.37 1997/07/29 09:58:16 fair Exp $ */ /* @@ -2364,13 +2364,13 @@ xdc_e2str(no) case XD_ERR_RVFY: return ("Read verify"); case XD_ERR_VFER: - return ("Fatail VMEDMA error"); + return ("Fatal VMEDMA error"); case XD_ERR_VBUS: return ("VMEbus error"); case XD_ERR_DFLT: return ("Drive faulted"); case XD_ERR_HECY: - return ("Header error/cyliner"); + return ("Header error/cylinder"); case XD_ERR_HEHD: return ("Header error/head"); case XD_ERR_NOCY: |