X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FLowBitSet64.c;h=2bc8bc3910e03954b6ea1293297e49b50b9af6d1;hp=e74224a799c0ac874447d58a30d155f748cdb18d;hb=d7634dc0c5a83360b3b6c155df29c078ad9c77ce;hpb=bb817c56c51fabe92915fe30b168b4833cb2aed9 diff --git a/MdePkg/Library/BaseLib/LowBitSet64.c b/MdePkg/Library/BaseLib/LowBitSet64.c index e74224a799..2bc8bc3910 100644 --- a/MdePkg/Library/BaseLib/LowBitSet64.c +++ b/MdePkg/Library/BaseLib/LowBitSet64.c @@ -5,7 +5,7 @@ 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 - http://opensource.org/licenses/bsd-license.php + http://opensource.org/licenses/bsd-license.php. THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @@ -27,7 +27,7 @@ @param Operand The 64-bit operand to evaluate. @retval 0..63 The lowest bit set in Operand was found. - @retval -1 Operand is zero. + @retval -1 Operand is zero. **/