De-Unicode in MdePkg source files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6794 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-12-01 14:06:25 +00:00
parent f6998888a2
commit cd2ed84a47
8 changed files with 20 additions and 20 deletions

View File

@@ -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<EFBFBD><EFBFBD>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.