aboutsummaryrefslogtreecommitdiff
path: root/tools/sloffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sloffs.c')
-rw-r--r--tools/sloffs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sloffs.c b/tools/sloffs.c
index 264b0ea..f4a5fb8 100644
--- a/tools/sloffs.c
+++ b/tools/sloffs.c
@@ -248,7 +248,7 @@ update_modification_time(struct stH *header)
date = cpu_to_be64(strtoll(dastr, NULL, 16));
/* this does not match the definition from
- * struct stH, but we immitate the bug from
+ * struct stH, but we imitate the bug from
* flash image creation in create_crc.c.
* The date is in mdate and time in padding2. */
memcpy(&(header->mdate), &date, 8);