summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2019-10-10 15:51:39 -0700
committerCommit Bot <commit-bot@chromium.org>2019-10-15 00:36:43 +0000
commitf6544e75c31e7885888d55a2fd3d804789408ab7 (patch)
treee2cc589283d687e1f5c09048d3cb9658ea069587
parent0675fcd5f3b760eccd40332fc34f50e2f269ab9f (diff)
downloadchrome-ec-f6544e75c31e7885888d55a2fd3d804789408ab7.tar.gz
common: Comment typo correction
Corrects the spelling of "functions". This is more text than the actual diff. BRANCH=none TEST=none BUG=none Change-Id: Id911bf020d8db9b1d6ad7bfb62d431c5114a64d8 Signed-off-by: Craig Hesling <hesling@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1854659 Reviewed-by: Jett Rink <jettrink@chromium.org>
-rw-r--r--include/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system.h b/include/system.h
index a5579e5cfe..9b6bf0ff48 100644
--- a/include/system.h
+++ b/include/system.h
@@ -513,7 +513,7 @@ void delay_sleep_by(uint32_t us);
/*
**
- * Funtctions to control deep sleep behavior. When disabled - the device never
+ * Functions to control deep sleep behavior. When disabled - the device never
* falls into deep sleep (the lowest power consumption state exit of which
* usually happens through the regular reset vector with just a few bits of
* state preserved).