summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
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 4c5d580ddd..513832f04f 100644
--- a/common/main.c
+++ b/common/main.c
@@ -137,7 +137,7 @@ test_mockable __keep int main(void)
#ifdef CONFIG_WATCHDOG
/*
- * Intialize watchdog timer. All lengthy operations between now and
+ * Initialize watchdog timer. All lengthy operations between now and
* task_start() must periodically call watchdog_reload() to avoid
* triggering a watchdog reboot. (This pretty much applies only to
* verified boot, because all *other* lengthy operations should be done