summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePalCallLibNull
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-27 03:24:01 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-27 03:24:01 +0000
commitac644614683362804223844048c5be1a2adfa6b7 (patch)
treede6dd02cb7d5c663e368665c33218a09c93d84ed /MdePkg/Library/BasePalCallLibNull
parentb233cbe5cc832b56c25cc95a33684de68976961b (diff)
downloadedk2-ac644614683362804223844048c5be1a2adfa6b7.zip
edk2-ac644614683362804223844048c5be1a2adfa6b7.tar.gz
edk2-ac644614683362804223844048c5be1a2adfa6b7.tar.bz2
De-unicode in comment for all source files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5302 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePalCallLibNull')
-rw-r--r--MdePkg/Library/BasePalCallLibNull/PalCall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BasePalCallLibNull/PalCall.c b/MdePkg/Library/BasePalCallLibNull/PalCall.c
index 0c1d137..74c3306 100644
--- a/MdePkg/Library/BasePalCallLibNull/PalCall.c
+++ b/MdePkg/Library/BasePalCallLibNull/PalCall.c
@@ -24,7 +24,7 @@
as required or optional. If a PAL procedure is specified as optional, a unique return
code of 0xFFFFFFFFFFFFFFFF is returned in the Status field of the PAL_CALL_RETURN structure.
This indicates that the procedure is not present in this PAL implementation. It is the
- caller¡¯s responsibility to check for this return code after calling any optional PAL
+ caller's responsibility to check for this return code after calling any optional PAL
procedure. No parameter checking is performed on the 4 input parameters, but there are
some common rules that the caller should follow when making a PAL call. Any address
passed to PAL as buffers for return parameters must be 8-byte aligned. Unaligned addresses