summaryrefslogtreecommitdiff
path: root/chip/lm4/adc_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/adc_chip.h')
-rw-r--r--chip/lm4/adc_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/adc_chip.h b/chip/lm4/adc_chip.h
index 8cf033b128..b43bec2da3 100644
--- a/chip/lm4/adc_chip.h
+++ b/chip/lm4/adc_chip.h
@@ -42,7 +42,7 @@ extern const struct adc_t adc_channels[];
/* Just plain id mapping for code readability */
#define LM4_AIN(x) (x)
-/* Dummy value for "channel" in adc_t if we don't have an external channel. */
+/* Mock value for "channel" in adc_t if we don't have an external channel. */
#define LM4_AIN_NONE (-1)
#endif /* __CROS_EC_ADC_CHIP_H */