summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-12-10 10:14:02 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-11 03:31:37 +0000
commit9897bebc5c08effaa8391e9d4167bcb720c794e1 (patch)
treed1e48f4626182154c8d63716dd4f28d2f5920136
parenta97d8653e83265a038830643250ac6f7ee39adbd (diff)
downloadchrome-ec-9897bebc5c08effaa8391e9d4167bcb720c794e1.tar.gz
zephyr: Fix 'edefines' typo
Fix a typo that crept into the Kconfig. BRANCH=none BUG=none TEST=build for volteer Change-Id: I57634da26ca94aba3b80d5f4c10d75b250a9ea2c Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2585064 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index d5ee960e7a..fcb7df19c9 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -32,7 +32,7 @@ config ZEPHYR
config.h not being available in some headers.
# Define PLATFORM_EC_... options to enable EC features. Each Kconfig should be
-# matched by a line in zephyr/shim/include/config_chip.h which #edefines the
+# matched by a line in zephyr/shim/include/config_chip.h which #defines the
# corresponding EC CONFIG if this Kconfig is enabled.
#
# Please keep these in alphabetical order