Skip to content

Commit

Permalink
mips: Fix a typo in a source code comment
Browse files Browse the repository at this point in the history
- s/segement/segment/

(cherry picked from commit 1b0602f)
  • Loading branch information
gbergling committed Dec 3, 2021
1 parent f2cd4c8 commit 0574d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/mips/mips/elf_trampoline.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ bzero(void *addr, size_t count)
#define mkptr(x) ((void *)(intptr_t)(int)(x))

/*
* Relocate PT_LOAD segements of kernel ELF image to their respective
* Relocate PT_LOAD segments of kernel ELF image to their respective
* virtual addresses and return entry point
*/
void *
Expand Down

0 comments on commit 0574d36

Please sign in to comment.