summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-02-28 09:08:05 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-03-01 01:08:44 -0800
commitf87f7e7634d157306bedf0c18317db219fc79d4a (patch)
treeabc97055145a68b7be732870af8e4f3be97a41cc
parent528ff711f6f22c7899d2c29dae3e1ff2d331bef2 (diff)
downloadchrome-ec-f87f7e7634d157306bedf0c18317db219fc79d4a.tar.gz
cleanup: updating comment for ISH
ISH should stand for integrated sensor hub not Intel sensor hub BRANCH=none BUG=none TEST=builds Change-Id: I9e96eea8deb2d95a4d54b42b1253cb44793089a5 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1495234 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Reviewed-by: Gwendal Grignou <gwendal@google.com>
-rw-r--r--include/ec_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 687b90a935..7e7b59fa1c 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -1342,7 +1342,7 @@ enum ec_feature_code {
EC_FEATURE_AUDIO_CODEC = 38,
/* EC Supports SCP. */
EC_FEATURE_SCP = 39,
- /* The MCU is Intel Integrated Sensor Hub */
+ /* The MCU is an Integrated Sensor Hub */
EC_FEATURE_ISH = 40,
};