From 564ec04ea8de9046beee5708e1f3fa4e115b9240 Mon Sep 17 00:00:00 2001 From: Navdeep Parhar Date: Mon, 6 Aug 2018 19:09:55 +0000 Subject: [PATCH] Fix typo in cxgbe/t4_tom. --- sys/dev/cxgbe/tom/t4_cpl_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/cxgbe/tom/t4_cpl_io.c b/sys/dev/cxgbe/tom/t4_cpl_io.c index f9524b544f7..64e46736670 100644 --- a/sys/dev/cxgbe/tom/t4_cpl_io.c +++ b/sys/dev/cxgbe/tom/t4_cpl_io.c @@ -198,7 +198,7 @@ send_flowc_wr(struct toepcb *toep, struct flowc_tx_params *ftxp) #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)