diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-08-26 16:40:10 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-08-26 16:40:10 +1000 |
commit | 9eeb5af64be73fb2ca981330b39d0b46acc69057 (patch) | |
tree | e6ca9e9388b07aca66da5f86019c8ce0a58715aa /libflash | |
parent | dd3c3ec045ff47adb5531a49bda50e4c86cd38fa (diff) | |
download | skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.zip skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.tar.gz skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.tar.bz2 |
Fix spelling mistakes
See https://github.com/lucasdemarchi/codespel
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libflash')
-rw-r--r-- | libflash/blocklevel.c | 2 |
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) { |