X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FDivS64x64Remainder.c;h=3a1c96617a49991fbde814ebfb66cb8e32ba604a;hb=be04587c86ad728413586feeb648a5fd586adb24;hp=5fcc96a1741a06a6a30f2dfa26c7c4288139e14f;hpb=9aa049d9717f1260426918eab2d5986e838a8754;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/DivS64x64Remainder.c b/MdePkg/Library/BaseLib/DivS64x64Remainder.c index 5fcc96a174..3a1c96617a 100644 --- a/MdePkg/Library/BaseLib/DivS64x64Remainder.c +++ b/MdePkg/Library/BaseLib/DivS64x64Remainder.c @@ -1,7 +1,7 @@ /** @file Math worker functions. - Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -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.