summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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();