Author: eadler
Date: Thu Sep 29 13:59:14 2016
New Revision: 306448
URL: https://svnweb.freebsd.org/changeset/base/306448

Log:
  Remove a a duplicated word.

Modified:
  head/sys/dev/cxgbe/cxgbei/cxgbei.c
  head/sys/dev/cxgbe/tom/t4_cpl_io.c

Modified: head/sys/dev/cxgbe/cxgbei/cxgbei.c
==============================================================================
--- head/sys/dev/cxgbe/cxgbei/cxgbei.c  Thu Sep 29 13:54:09 2016        
(r306447)
+++ head/sys/dev/cxgbe/cxgbei/cxgbei.c  Thu Sep 29 13:59:14 2016        
(r306448)
@@ -207,7 +207,7 @@ cxgbei_init(struct adapter *sc, struct c
        r &= V_ISCSITAGMASK(M_ISCSITAGMASK);
        if (r != pr->pr_tag_mask) {
                /*
-                * Recent firmwares are supposed to set up the the iSCSI tagmask
+                * Recent firmwares are supposed to set up the iSCSI tagmask
                 * but we'll do it ourselves it the computed value doesn't match
                 * what's in the register.
                 */

Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c
==============================================================================
--- head/sys/dev/cxgbe/tom/t4_cpl_io.c  Thu Sep 29 13:54:09 2016        
(r306447)
+++ head/sys/dev/cxgbe/tom/t4_cpl_io.c  Thu Sep 29 13:59:14 2016        
(r306448)
@@ -2114,7 +2114,7 @@ sendanother:
 
        /*
         * If the request will not be requeued, drop a reference on
-        * the the aiotx buffer.  Any mbufs in flight should still
+        * the aiotx buffer.  Any mbufs in flight should still
         * contain a reference, but this drops the reference that the
         * job owns while it is waiting to queue mbufs to the socket.
         */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to