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 2016-09-20 00:22:45 +02:00
parent 973e74e57c
commit 627db2da88

View file

@ -144,7 +144,7 @@ typedef struct mregs {
uint64_t rsp;
/// RIP
uint64_t rip;
/// MSXCSR
/// MXCSR
uint32_t mxcsr;
} mregs_t;