summaryrefslogtreecommitdiffstats
path: root/libflash/blocklevel.c
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-08-26 16:40:10 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-08-26 16:40:10 +1000
commit9eeb5af64be73fb2ca981330b39d0b46acc69057 (patch)
treee6ca9e9388b07aca66da5f86019c8ce0a58715aa /libflash/blocklevel.c
parentdd3c3ec045ff47adb5531a49bda50e4c86cd38fa (diff)
downloadtalos-skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.tar.gz
talos-skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.zip
Fix spelling mistakes
See https://github.com/lucasdemarchi/codespel Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libflash/blocklevel.c')
-rw-r--r--libflash/blocklevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libflash/blocklevel.c b/libflash/blocklevel.c
index d9be775d..e97859c8 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) {
OpenPOWER on IntegriCloud