diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-19 11:44:04 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-19 11:44:04 +0000 |
commit | 452125274125a9b2b833e8b35922d1857b9b5445 (patch) | |
tree | 5c79a783fcfadadcbd370b054ae2b6aecf39b7a6 /EdkCompatibilityPkg | |
parent | ab496b469564c57256cb5c40c5a0bbd9330c8bbd (diff) | |
download | edk2-platforms-452125274125a9b2b833e8b35922d1857b9b5445.tar.xz |
Remove unrecognized chars in comment in source file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5356 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrLibrary.h | 2 | ||||
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrString.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrLibrary.h b/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrLibrary.h index 9c65215724..4ad79520c5 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrLibrary.h +++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrLibrary.h @@ -911,7 +911,7 @@ GetSupportedLanguages ( Routine Description:
This function returns the list of supported languages, in the format specified
- in UEFI specification Appendix M.
+ in UEFI specification Appendix M.
Arguments:
HiiHandle - The HII package list handle.
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrString.c b/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrString.c index 5289992699..74ca418825 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrString.c +++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrString.c @@ -337,7 +337,7 @@ GetSupportedLanguages ( Routine Description:
This function returns the list of supported languages, in the format specified
- in UEFI specification Appendix M.
+ in UEFI specification Appendix M.
Arguments:
HiiHandle - The HII package list handle.
|