aboutsummaryrefslogtreecommitdiff
path: root/core/mem_region.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 /core/mem_region.c
parentdd3c3ec045ff47adb5531a49bda50e4c86cd38fa (diff)
downloadskiboot-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 'core/mem_region.c')
-rw-r--r--core/mem_region.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mem_region.c b/core/mem_region.c
index 3ed8006..a742fe4 100644
--- a/core/mem_region.c
+++ b/core/mem_region.c
@@ -766,7 +766,7 @@ restart:
/*
* If we can't allocate the memory block from the expected
- * node, we bail to any one that can accomodate our request.
+ * node, we bail to any one that can accommodate our request.
*/
if (!p && use_local) {
use_local = false;