summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
authorTzung-Bi Shih <tzungbi@chromium.org>2020-03-11 10:54:40 +0800
committerCommit Bot <commit-bot@chromium.org>2020-03-13 03:30:29 +0000
commit85016d46504baed5735be70d477874bc7d3a0ede (patch)
tree9241dc9d8905f325bf02dc9845082923338cdc91 /common/main.c
parent67bf9288ee4f30be60f37e64df0d95ef4bbc1c77 (diff)
downloadchrome-ec-85016d46504baed5735be70d477874bc7d3a0ede.tar.gz
Fix comment typo
BUG=none TEST=make buildall BRANCH=none Change-Id: I1c75aa5050ccb21015d5feb0d93a09ed4f0430d9 Signed-off-by: Tzung-Bi Shih <tzungbi@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2099724 Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c
index 00bae7534c..c62b835bfd 100644
--- a/common/main.c
+++ b/common/main.c
@@ -82,7 +82,7 @@ test_mockable __keep int main(void)
board_config_post_gpio_init();
#endif
/*
- * Initialize interrupts, but don't enable any of them. Note that
+ * Initialize tasks, but don't enable any of them. Note that
* task scheduling is not enabled until task_start() below.
*/
task_pre_init();