summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/LRotU64.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/LRotU64.c')
-rw-r--r--MdePkg/Library/BaseLib/LRotU64.c2
1 files changed, 1 insertions, 1 deletions
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