Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 21:28:03 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303859 - head/sys/dev/cxgbe
Message-ID:  <201608082128.u78LS3QV070802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Aug  8 21:28:02 2016
New Revision: 303859
URL: https://svnweb.freebsd.org/changeset/base/303859

Log:
  Fix a typo.

Modified:
  head/sys/dev/cxgbe/t4_sge.c

Modified: head/sys/dev/cxgbe/t4_sge.c
==============================================================================
--- head/sys/dev/cxgbe/t4_sge.c	Mon Aug  8 21:19:57 2016	(r303858)
+++ head/sys/dev/cxgbe/t4_sge.c	Mon Aug  8 21:28:02 2016	(r303859)
@@ -590,7 +590,7 @@ t4_tweak_chip_settings(struct adapter *s
 
 /*
  * SGE wants the buffer to be at least 64B and then a multiple of 16.  If
- * padding is is use the buffer's start and end need to be aligned to the pad
+ * padding is in use, the buffer's start and end need to be aligned to the pad
  * boundary as well.  We'll just make sure that the size is a multiple of the
  * boundary here, it is up to the buffer allocation code to make sure the start
  * of the buffer is aligned as well.



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