diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/iscsi/icl_soft.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/iscsi/icl_soft.c b/sys/dev/iscsi/icl_soft.c index c006c05..bf8bec7 100644 --- a/sys/dev/iscsi/icl_soft.c +++ b/sys/dev/iscsi/icl_soft.c @@ -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); |