svn commit: r303859 - head/sys/dev/cxgbe
John Baldwin
jhb at FreeBSD.org
Mon Aug 8 21:28:04 UTC 2016
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.
More information about the svn-src-head
mailing list