diff options
Diffstat (limited to 'MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c')
-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;
}
|