]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/LRotU32.c
Synchronize function comment in MdePkg\Library\BaseLib.h with the instance of this...
[mirror_edk2.git] / MdePkg / Library / BaseLib / LRotU32.c
index 4c709770b24efde20cb9218ba5229456cb4f204f..e8f25ffe552e7d536b4b4e9d7022bbf4e28abe8d 100644 (file)
@@ -27,7 +27,7 @@
   @param  Operand The 32-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
 UINT32\r