Author: np
Date: Mon Aug  6 19:09:55 2018
New Revision: 337393
URL: https://svnweb.freebsd.org/changeset/base/337393

Log:
  Fix typo in cxgbe/t4_tom.

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

Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c
==============================================================================
--- head/sys/dev/cxgbe/tom/t4_cpl_io.c  Mon Aug  6 18:47:03 2018        
(r337392)
+++ head/sys/dev/cxgbe/tom/t4_cpl_io.c  Mon Aug  6 19:09:55 2018        
(r337393)
@@ -198,7 +198,7 @@ send_flowc_wr(struct toepcb *toep, struct flowc_tx_par
 
 #ifdef RATELIMIT
 /*
- * Input is Bytes/second (so_max_pacing-rate), chip counts in Kilobits/second.
+ * Input is Bytes/second (so_max_pacing_rate), chip counts in Kilobits/second.
  */
 static int
 update_tx_rate_limit(struct adapter *sc, struct toepcb *toep, u_int Bps)
_______________________________________________
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