diff --git a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c index 4b1ced7439..42f0c1a9ae 100644 --- a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c +++ b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c @@ -1054,7 +1054,7 @@ IsWithinOneDay ( Adjacent = FALSE; // - // The validity of Time->Month field should be checked before + // The validity of From->Month field should be checked before // ASSERT (From->Month >=1); ASSERT (From->Month <=12);