1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typo

This commit is contained in:
Stefan Lankes 2015-07-27 21:42:01 +02:00
parent f4316e7c9a
commit 00a5719142

View file

@ -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;