From 03a9907bee95168faf95e1bb103abe49ccb1443c Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 29 Apr 2026 13:19:54 +0200 Subject: [PATCH] Update parameter name --- xtoskrnl/ke/systime.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.