diff options
author | 2012-02-24 06:19:00 +0000 | |
---|---|---|
committer | 2012-02-24 06:19:00 +0000 | |
commit | 98c266579d95a2d236242f072421f4700ca4003c (patch) | |
tree | 41f6c7ab16fd15c875b0e7f274a4d5e633391784 /sys/dev/ic/aic79xx_openbsd.c | |
parent | sched_yield() is the standard name while pthread_yield() is the (diff) | |
download | wireguard-openbsd-98c266579d95a2d236242f072421f4700ca4003c.tar.xz wireguard-openbsd-98c266579d95a2d236242f072421f4700ca4003c.zip |
Correct the spelling of "transferred" and "transferring"
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@
Diffstat (limited to 'sys/dev/ic/aic79xx_openbsd.c')
-rw-r--r-- | sys/dev/ic/aic79xx_openbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic79xx_openbsd.c b/sys/dev/ic/aic79xx_openbsd.c index bba6da338e3..8638f0c5c25 100644 --- a/sys/dev/ic/aic79xx_openbsd.c +++ b/sys/dev/ic/aic79xx_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx_openbsd.c,v 1.37 2010/06/28 18:31:02 krw Exp $ */ +/* $OpenBSD: aic79xx_openbsd.c,v 1.38 2012/02/24 06:19:00 guenther Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -237,7 +237,7 @@ ahd_done(struct ahd_softc *ahd, struct scb *scb) * * Zero any sense not transferred by the * device. The SCSI spec mandates that any - * untransfered data should be assumed to be + * untransferred data should be assumed to be * zero. Complete the 'bounce' of sense information * through buffers accessible via bus-space by * copying it into the clients csio. |