summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Base.h')
-rw-r--r--MdePkg/Include/Base.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/Base.h b/MdePkg/Include/Base.h
index 5eabb80..5b1f418 100644
--- a/MdePkg/Include/Base.h
+++ b/MdePkg/Include/Base.h
@@ -636,7 +636,8 @@ typedef UINTN *BASE_LIST;
Both a and b must be the same numerical types, signed or unsigned.
@param a The first operand with any numerical type.
- @param b The second operand. It should be the same any numerical type with a.
+ @param b The second operand. Can be any numerical type as long as is
+ the same type as a.
@return Maximum of two operands.