From 8b67c4c879114baf9686d9686f40a559caae8b9e Mon Sep 17 00:00:00 2001 From: niruiyu Date: Thu, 23 Jun 2011 01:30:52 +0000 Subject: [PATCH] Remove non-ASCII characters. Signed-off-by: niruiyu git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11874 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/SimpleFileSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/Protocol/SimpleFileSystem.h b/MdePkg/Include/Protocol/SimpleFileSystem.h index 7674e7a26f..7522bc8b8f 100644 --- a/MdePkg/Include/Protocol/SimpleFileSystem.h +++ b/MdePkg/Include/Protocol/SimpleFileSystem.h @@ -306,7 +306,7 @@ EFI_STATUS handle the information is for. @param InformationType The type identifier for the information being set. @param BufferSize The size, in bytes, of Buffer. - @param Buffer A pointer to the data buffer to write. The buffer¡¯s type is + @param Buffer A pointer to the data buffer to write. The buffer's type is indicated by InformationType. @retval EFI_SUCCESS The information was set.