Skip to content
Snippets Groups Projects
Commit 84fbc34e authored by Matthew Fernandez's avatar Matthew Fernandez Committed by Adrian Danis
Browse files

IA32: Fix trivial comment typo.

parent c317d5b8
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ void __attribute__((noreturn)) __attribute__((externally_visible)) restore_user_
"movl %0, %%esp\n"
// restore syscall number
"popl %%eax\n"
// cap/badge reigster
// cap/badge register
"popl %%ebx\n"
// skip ecx and edx, these will contain esp and nexteip due to sysenter/sysexit convention
"addl $8, %%esp\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment