diff options
author | pfg <pfg@FreeBSD.org> | 2016-05-03 03:41:25 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-05-03 03:41:25 +0000 |
commit | eed4bd22add2269ccde27996035581801316c610 (patch) | |
tree | fe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/nsp/nsp.c | |
parent | 759c5e424131bdbb2db154a8f626569c324004d2 (diff) | |
download | FreeBSD-src-eed4bd22add2269ccde27996035581801316c610.zip FreeBSD-src-eed4bd22add2269ccde27996035581801316c610.tar.gz |
sys/dev: minor spelling fixes.
Most affect comments, very few have user-visible effects.
Diffstat (limited to 'sys/dev/nsp/nsp.c')
-rw-r--r-- | sys/dev/nsp/nsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index 5cda44e..c86bcdb 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -1069,7 +1069,7 @@ WriteLoop: * (not scsi bus!), we should check * the scsi device sends us request * signals, which means the scsi device - * is ready to recieve data without + * is ready to receive data without * heavy delays. */ if ((slp->sl_scp.scp_datalen % suspendio) == 0) |