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