summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/RRotU32.c
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-09 07:02:26 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-09 07:02:26 +0000
commit2fe241a290e6ea77af76ae385ae8b04a76a0c394 (patch)
tree62331e588063015ce0fb3af19c22ecbb5091c30a /MdePkg/Library/BaseLib/RRotU32.c
parent1833218d9313d29499afdd81203decb9b5d9bf07 (diff)
downloadedk2-2fe241a290e6ea77af76ae385ae8b04a76a0c394.tar.gz
edk2-2fe241a290e6ea77af76ae385ae8b04a76a0c394.tar.bz2
edk2-2fe241a290e6ea77af76ae385ae8b04a76a0c394.zip
Synchronize comment of BaseLib.h and it's implementation to match the Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6929 6f19259b-4bc3-4df7-8a09-765794883524
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