Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2016 14:49:49 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298978 - head/sys/dev/iscsi
Message-ID:  <201605031449.u43EnneY069302@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Tue May  3 14:49:49 2016
New Revision: 298978
URL: https://svnweb.freebsd.org/changeset/base/298978

Log:
  dev/iscsi: minor spelling fixes.
  
  No functional change.
  
  Reviewed by:	trasz

Modified:
  head/sys/dev/iscsi/icl_soft.c

Modified: head/sys/dev/iscsi/icl_soft.c
==============================================================================
--- head/sys/dev/iscsi/icl_soft.c	Tue May  3 14:30:26 2016	(r298977)
+++ head/sys/dev/iscsi/icl_soft.c	Tue May  3 14:49:49 2016	(r298978)
@@ -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, 
 			/*
 			 * 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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605031449.u43EnneY069302>