aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-08 19:06:22 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 07:23:15 +0000
commitd96159bff8740aac49b1ca650ad092c07d5c8966 (patch)
treeb9408862d3e60410e7950a9450061b68f9d3565f
parentb4ce0ff19a1f0faa92bdb03019badfaa2876f73e (diff)
downloadsrc-d96159bff8740aac49b1ca650ad092c07d5c8966.tar.gz
src-d96159bff8740aac49b1ca650ad092c07d5c8966.zip
sfxge(4): Remove some double words in source code comments
- s/is is/is/ MFC after: 3 days
-rw-r--r--sys/dev/sfxge/common/efx_regs_mcdi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sfxge/common/efx_regs_mcdi.h b/sys/dev/sfxge/common/efx_regs_mcdi.h
index 8656edd82830..53c0ed336418 100644
--- a/sys/dev/sfxge/common/efx_regs_mcdi.h
+++ b/sys/dev/sfxge/common/efx_regs_mcdi.h
@@ -5832,16 +5832,16 @@
#define MC_CMD_SENSOR_SET_LIMS_IN_SENSOR_LEN 4
/* Enum values, see field(s): */
/* MC_CMD_SENSOR_INFO/MC_CMD_SENSOR_INFO_OUT/MASK */
-/* interpretation is is sensor-specific. */
+/* interpretation is sensor-specific. */
#define MC_CMD_SENSOR_SET_LIMS_IN_LOW0_OFST 4
#define MC_CMD_SENSOR_SET_LIMS_IN_LOW0_LEN 4
-/* interpretation is is sensor-specific. */
+/* interpretation is sensor-specific. */
#define MC_CMD_SENSOR_SET_LIMS_IN_HI0_OFST 8
#define MC_CMD_SENSOR_SET_LIMS_IN_HI0_LEN 4
-/* interpretation is is sensor-specific. */
+/* interpretation is sensor-specific. */
#define MC_CMD_SENSOR_SET_LIMS_IN_LOW1_OFST 12
#define MC_CMD_SENSOR_SET_LIMS_IN_LOW1_LEN 4
-/* interpretation is is sensor-specific. */
+/* interpretation is sensor-specific. */
#define MC_CMD_SENSOR_SET_LIMS_IN_HI1_OFST 16
#define MC_CMD_SENSOR_SET_LIMS_IN_HI1_LEN 4