diff options
author | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-23 01:30:52 +0000 |
---|---|---|
committer | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-23 01:30:52 +0000 |
commit | 8b67c4c879114baf9686d9686f40a559caae8b9e (patch) | |
tree | 2b2f04fb69ea41276bc2de85bc1653733374de5c /MdePkg/Include | |
parent | 72c8a89a653a6d393969d928b18fde86cf021901 (diff) | |
download | edk2-8b67c4c879114baf9686d9686f40a559caae8b9e.zip edk2-8b67c4c879114baf9686d9686f40a559caae8b9e.tar.gz edk2-8b67c4c879114baf9686d9686f40a559caae8b9e.tar.bz2 |
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
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Protocol/SimpleFileSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/SimpleFileSystem.h b/MdePkg/Include/Protocol/SimpleFileSystem.h index 7674e7a..7522bc8 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.
|