diff --git a/reactos/boot/freeldr/freeldr/freeldr.c b/reactos/boot/freeldr/freeldr/freeldr.c index 3aace8ae8cc..70f23693390 100644 --- a/reactos/boot/freeldr/freeldr/freeldr.c +++ b/reactos/boot/freeldr/freeldr/freeldr.c @@ -37,8 +37,8 @@ VOID BootMain(LPSTR CmdLine) TRACE("BootMain() called.\n"); - /* Check if the CPU is new enough */ - FrLdrCheckCpuCompatiblity(); + /* Check if the CPU is new enough */ + FrLdrCheckCpuCompatiblity(); if (!UiInitialize(FALSE)) {