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:
qhuang8 2009-02-11 07:09:19 +00:00
parent 96a5ac5b0d
commit 4cfc3293c7
1 changed files with 1 additions and 1 deletions

View File

@ -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);