correct some spelling error.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5599 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian
2008-08-01 07:50:46 +00:00
parent 4b5c4fba59
commit da770255f2
2 changed files with 9 additions and 18 deletions

View File

@@ -281,7 +281,7 @@ WorkSpaceRefresh (
Offset = (UINTN) (UINT8 *) Record - (UINTN) FtwLiteDevice->FtwWorkSpace;
//
// IF work space has error or Record is out of the workspace limit, THEN
// If work space has error or Record is out of the workspace limit, THEN
// call reclaim.
//
if (EFI_ERROR (Status) || (Offset + WRITE_TOTAL_SIZE >= FtwLiteDevice->FtwWorkSpaceSize)) {