summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2020-03-02 15:26:55 -0700
committerCommit Bot <commit-bot@chromium.org>2020-03-03 03:54:56 +0000
commitb148719adf763dc4c50f1fa5f6c4f6185b5182b2 (patch)
tree29525bbfd1538a173a7132181775a267f1a244e0
parent17a683695ac7106ff5f1d74af77ccacf313242a2 (diff)
downloadchrome-ec-b148719adf763dc4c50f1fa5f6c4f6185b5182b2.tar.gz
motion_sense: simple typo correction (CONIFG_ -> CONFIG)
BUG=none TEST=none BRANCH=none Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: If62d1c4dc74000c1a4bd021c0c42e7bd2371ac81 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2083584 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
-rw-r--r--common/motion_sense.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/motion_sense.c b/common/motion_sense.c
index 8bcad0edcf..870a8be444 100644
--- a/common/motion_sense.c
+++ b/common/motion_sense.c
@@ -1801,5 +1801,5 @@ static int command_accelspoof(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(accelspoof, command_accelspoof,
"id [on/off] [X] [Y] [Z]",
"Enable/Disable spoofing of sensor readings.");
-#endif /* defined(CONIFG_CMD_ACCELSPOOF) */
+#endif /* defined(CONFIG_CMD_ACCELSPOOF) */
#endif /* defined(CONFIG_ACCEL_SPOOF_MODE) */