summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/DivS64x64Remainder.c
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 14:06:25 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 14:06:25 +0000
commitcd2ed84a474a7bd16d88a289a49959fb6d04b348 (patch)
treeda7c2f96f41e280ff32f12dab88af4c25e4ec6d5 /MdePkg/Library/BaseLib/DivS64x64Remainder.c
parentf6998888a29f301ee409ab52859c1f85e7e2b6f6 (diff)
downloadedk2-platforms-cd2ed84a474a7bd16d88a289a49959fb6d04b348.tar.xz
De-Unicode in MdePkg source files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6794 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/DivS64x64Remainder.c')
-rw-r--r--MdePkg/Library/BaseLib/DivS64x64Remainder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/DivS64x64Remainder.c b/MdePkg/Library/BaseLib/DivS64x64Remainder.c
index 5fcc96a174..0b1287520f 100644
--- a/MdePkg/Library/BaseLib/DivS64x64Remainder.c
+++ b/MdePkg/Library/BaseLib/DivS64x64Remainder.c
@@ -26,7 +26,7 @@
NULL, then the 64-bit signed remainder is returned in Remainder. This
function returns the 64-bit signed quotient.
- It is the caller¡¯s responsibility to not call this function with a Divisor of 0.
+ It is the caller's responsibility to not call this function with a Divisor of 0.
If Divisor is 0, then the quotient and remainder should be assumed to be
the largest negative integer.