diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-09 05:58:00 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-09 05:58:00 +0000 |
commit | 4237d40b773df8c4e08dea0596dda2caec31a6c5 (patch) | |
tree | 8855b3f47be98c57bf9ae5f5f2f33d927338d5e1 /MdeModulePkg/Core | |
parent | 40e8cca588c7bcb63e40dd45be15f584b7902e66 (diff) | |
download | edk2-platforms-4237d40b773df8c4e08dea0596dda2caec31a6c5.tar.xz |
Minor update comment to remove unprintable character in source file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10214 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core')
-rw-r--r-- | MdeModulePkg/Core/Pei/FwVol/FwVol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/FwVol/FwVol.c b/MdeModulePkg/Core/Pei/FwVol/FwVol.c index 276b6f979f..b618d409d6 100644 --- a/MdeModulePkg/Core/Pei/FwVol/FwVol.c +++ b/MdeModulePkg/Core/Pei/FwVol/FwVol.c @@ -755,7 +755,7 @@ PeiFfsFindFileByName ( Returns information about a specific file.
@param FileHandle Handle of the file.
- @param FileInfo Upon exit, points to the file’s information.
+ @param FileInfo Upon exit, points to the file's information.
@retval EFI_INVALID_PARAMETER If FileInfo is NULL.
@retval EFI_INVALID_PARAMETER If FileHandle does not represent a valid file.
|