summaryrefslogtreecommitdiff
path: root/src/lib/selfboot.c
diff options
context:
space:
mode:
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 4ebe10935d..2b69ac4531 100644
--- a/src/lib/selfboot.c
+++ b/src/lib/selfboot.c
@@ -361,7 +361,7 @@ static int build_self_segment_list(
(void *)(intptr_t)ntohll(segment->load_addr));
*entry = ntohll(segment->load_addr);
/* Per definition, a payload always has the entry point
- * as last segment. Thus, we use the occurence of the
+ * as last segment. Thus, we use the occurrence of the
* entry point as break condition for the loop.
* Can we actually just look at the number of section?
*/