summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/LShiftU64.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/LShiftU64.c')
-rw-r--r--MdePkg/Library/BaseLib/LShiftU64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/LShiftU64.c b/MdePkg/Library/BaseLib/LShiftU64.c
index b8eb3c96dd..df4cd6ca71 100644
--- a/MdePkg/Library/BaseLib/LShiftU64.c
+++ b/MdePkg/Library/BaseLib/LShiftU64.c
@@ -26,7 +26,7 @@
@param Operand The 64-bit operand to shift left.
@param Count The number of bits to shift left.
- @return Operand << Count
+ @return Operand << Count.
**/
UINT64