From 452125274125a9b2b833e8b35922d1857b9b5445 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 19 Jun 2008 11:44:04 +0000 Subject: [PATCH] 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 --- .../Library/Dxe/UefiEfiIfrSupportLib/UefiIfrLibrary.h | 2 +- .../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.