dev/iscsi: minor spelling fixes.

No functional change.

Reviewed by:	trasz
This commit is contained in:
Pedro F. Giffuni 2016-05-03 14:49:49 +00:00
parent de482e7bbb
commit 266078c6db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298978

View File

@ -782,7 +782,7 @@ icl_receive_thread(void *arg)
/*
* Set the low watermark, to be checked by
* soreadable() in icl_soupcall_receive()
* to avoid unneccessary wakeups until there
* to avoid unnecessary wakeups until there
* is enough data received to read the PDU.
*/
SOCKBUF_LOCK(&so->so_rcv);
@ -908,7 +908,7 @@ icl_conn_send_pdus(struct icl_conn *ic, struct icl_pdu_stailq *queue)
/*
* Set the low watermark, to be checked by
* sowriteable() in icl_soupcall_send()
* to avoid unneccessary wakeups until there
* to avoid unnecessary wakeups until there
* is enough space for the PDU to fit.
*/
SOCKBUF_LOCK(&so->so_snd);