summaryrefslogtreecommitdiffstats
path: root/src/lib/selfboot.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-15 11:17:39 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-08-16 18:55:08 +0000
commit0b13397d150bf6c3bad361efd6708700893d6b66 (patch)
tree0dd61a021fc3e14d41d91269dee9cca8007b620f /src/lib/selfboot.c
parent068253c3697bd80600d7c14a9999301e63f4982e (diff)
downloadcoreboot-0b13397d150bf6c3bad361efd6708700893d6b66.tar.gz
coreboot-0b13397d150bf6c3bad361efd6708700893d6b66.tar.bz2
coreboot-0b13397d150bf6c3bad361efd6708700893d6b66.zip
src/{commonlib,lib}: Fix typo
Change-Id: If7650ac4d9be2614a9665c7f2aba9ac5cc413efe Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28097 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/lib/selfboot.c')
-rw-r--r--src/lib/selfboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c
index a79f61d485e1..fbd1cc43209d 100644
--- a/src/lib/selfboot.c
+++ b/src/lib/selfboot.c
@@ -511,7 +511,7 @@ static int load_self_segments(struct segment *head, struct prog *payload,
}
/*
- * Each architecture can perform additonal operations
+ * Each architecture can perform additional operations
* on the loaded segment
*/
prog_segment_loaded((uintptr_t)dest, ptr->s_memsz,