Fix the typo in comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7503 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user