diff --git a/xtoskrnl/ke/systime.cc b/xtoskrnl/ke/systime.cc index b31dda7..8b2285a 100644 --- a/xtoskrnl/ke/systime.cc +++ b/xtoskrnl/ke/systime.cc @@ -39,8 +39,8 @@ KE::SystemTime::GetSystemTime(OUT PLARGE_INTEGER SystemTime) * @param OldTime * Supplies a pointer to a variable that receives the previous system time. * - * @param AdjustInterruptTime - * Specifies if the physical interrupt time should be adjusted. + * @param CorrectInterruptTime + * Specifies if the physical interrupt time should be corrected. * * @param WriteToRtc * Specifies if the new system time should be written to RTC.