X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FLRotU64.c;h=86792cd10da1c4887c81038f3ab166c5ac5fb185;hb=9aa049d9717f1260426918eab2d5986e838a8754;hp=441b8f76e77ae433c4c1590227434f7dbcd41368;hpb=5385a579693ec4b4876b9c6fd8cd472e49ed5fd6;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/LRotU64.c b/MdePkg/Library/BaseLib/LRotU64.c index 441b8f76e7..86792cd10d 100644 --- a/MdePkg/Library/BaseLib/LRotU64.c +++ b/MdePkg/Library/BaseLib/LRotU64.c @@ -27,7 +27,7 @@ @param Operand The 64-bit operand to rotate left. @param Count The number of bits to rotate left. - @return Operand <<< Count + @return Operand << Count **/ UINT64