summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/RRotU32.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/RRotU32.c')
-rw-r--r--MdePkg/Library/BaseLib/RRotU32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/RRotU32.c b/MdePkg/Library/BaseLib/RRotU32.c
index 63f9ce6e6a..7f1226d79b 100644
--- a/MdePkg/Library/BaseLib/RRotU32.c
+++ b/MdePkg/Library/BaseLib/RRotU32.c
@@ -27,7 +27,7 @@
@param Operand The 32-bit operand to rotate right.
@param Count The number of bits to rotate right.
- @return Operand >>> Count
+ @return Operand >> Count
**/
UINT32