diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/RRotU64.c')
-rw-r--r-- | MdePkg/Library/BaseLib/RRotU64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/RRotU64.c b/MdePkg/Library/BaseLib/RRotU64.c index abce4f72e3..2446e83237 100644 --- a/MdePkg/Library/BaseLib/RRotU64.c +++ b/MdePkg/Library/BaseLib/RRotU64.c @@ -27,7 +27,7 @@ @param Operand The 64-bit operand to rotate right.
@param Count The number of bits to rotate right.
- @return Operand >>> Count
+ @return Operand >> Count
**/
UINT64
|