diff options
Diffstat (limited to 'arch/x86/purgatory/stack.S')
-rw-r--r-- | arch/x86/purgatory/stack.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/purgatory/stack.S b/arch/x86/purgatory/stack.S index 3cefba1fe..50a4147f9 100644 --- a/arch/x86/purgatory/stack.S +++ b/arch/x86/purgatory/stack.S @@ -8,7 +8,7 @@ */ /* A stack for the loaded kernel. - * Seperate and in the data section so it can be prepopulated. + * Separate and in the data section so it can be prepopulated. */ .data .balign 4096 |