diff options
author | Martin Roth <martinroth@chromium.org> | 2016-10-24 16:32:19 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-11-15 17:41:53 -0800 |
commit | 897ce78bddb26557a686ab9e756fcf3d6c121271 (patch) | |
tree | edde864d756a6e1133808118b8ae90c323ed4ade /power | |
parent | 64b57efebdb311126f3daaa97d49443308507b76 (diff) | |
download | chrome-ec-897ce78bddb26557a686ab9e756fcf3d6c121271.tar.gz |
Fix various misspellings in comments
No functional changes.
BUG=none
BRANCH=none
TEST=make buildall passes
Change-Id: Ie852feb8e3951975d99dce5a49c17f5f0e8bc791
Signed-off-by: Martin Roth <martinroth@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/403417
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
Diffstat (limited to 'power')
-rw-r--r-- | power/tegra.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/power/tegra.c b/power/tegra.c index 431ccd3da0..8f6ba9e4b1 100644 --- a/power/tegra.c +++ b/power/tegra.c @@ -120,7 +120,7 @@ static void chipset_turn_off_power_rails(void); /** * Set the AP RESET signal. * - * This fucntion is for backward-compatible. + * This function is for backward-compatibility. * * AP_RESET_L (PB3) is stuffed before rev <= 2.0 and connected to PMIC RESET. * After rev >= 2.2, this is removed. This should not effected the new board. @@ -180,7 +180,7 @@ static int check_for_power_off_event(void) pressed = 1; } else if (power_request == POWER_REQ_OFF) { power_request = POWER_REQ_NONE; - return 4; /* return non-zero for shudown down */ + return 4; /* return non-zero for shutdown */ } now = get_time(); |