]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/LRotU64.c
Synchronize function comment in MdePkg\Library\BaseLib.h with the instance of this...
[mirror_edk2.git] / MdePkg / Library / BaseLib / LRotU64.c
index 441b8f76e77ae433c4c1590227434f7dbcd41368..86792cd10da1c4887c81038f3ab166c5ac5fb185 100644 (file)
@@ -27,7 +27,7 @@
   @param  Operand The 64-bit operand to rotate left.\r
   @param  Count   The number of bits to rotate left.\r
 \r
-  @return Operand <<< Count\r
+  @return Operand << Count\r
 \r
 **/\r
 UINT64\r