mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo
This commit is contained in:
parent
f4316e7c9a
commit
00a5719142
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ int cpu_detection(void) {
|
|||
|
||||
if (first_time) {
|
||||
kprintf("CR0 0x%llx, CR4 0x%llx\n", read_cr0(), read_cr4());
|
||||
kprintf("size ofxsave_t: %d\n", sizeof(xsave_t));
|
||||
kprintf("size of xsave_t: %d\n", sizeof(xsave_t));
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue