diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-12 01:34:05 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-12 01:34:05 +0000 |
commit | d613c2a88b3db6b7b451d0b90b08343666792d04 (patch) | |
tree | 833235a1f9b63c2a8bc9ddabcad1c37b00d18cd5 /MdeModulePkg/Core/Dxe/FwVol | |
parent | b695e7ff4a50ab48396e4cada1e80077485fe6f1 (diff) | |
download | edk2-platforms-d613c2a88b3db6b7b451d0b90b08343666792d04.tar.xz |
Correct typo in word in DxeCore.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11307 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/FwVol')
-rw-r--r-- | MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c b/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c index fa4d644459..0b53af27d1 100644 --- a/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c +++ b/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c @@ -325,7 +325,7 @@ FvReadFile ( if (Buffer == NULL) {
//
- // If Buffer is NULL, we only want to get the information colected so far
+ // If Buffer is NULL, we only want to get the information collected so far
//
return EFI_SUCCESS;
}
|