aboutsummaryrefslogtreecommitdiff
path: root/libflash
diff options
context:
space:
mode:
Diffstat (limited to 'libflash')
-rw-r--r--libflash/blocklevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libflash/blocklevel.c b/libflash/blocklevel.c
index d9be775..e97859c 100644
--- a/libflash/blocklevel.c
+++ b/libflash/blocklevel.c
@@ -248,7 +248,7 @@ static int insert_bl_prot_range(struct blocklevel_range *ranges, struct bl_prot_
/*
* Check the inserted range isn't wedged between two ranges, if it
- * is, merge aswell
+ * is, merge as well
*/
i++;
if (i < count && range.start + range.len == old_ranges[i].start) {