summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Base.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-22 12:50:45 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-22 12:50:45 +0000
commit407310479c5973167e7dc5aa3b82545ca57aab88 (patch)
tree51b0024cb2a96b6eeda19faed047a99b1caced6e /MdePkg/Include/Base.h
parent46d0f8abcd0bb1e784c938283452a5c4a314c44d (diff)
downloadedk2-platforms-407310479c5973167e7dc5aa3b82545ca57aab88.tar.xz
detab
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7089 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Base.h')
-rw-r--r--MdePkg/Include/Base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Base.h b/MdePkg/Include/Base.h
index 015ae667ec..031faa7eff 100644
--- a/MdePkg/Include/Base.h
+++ b/MdePkg/Include/Base.h
@@ -405,7 +405,7 @@ typedef INTN RETURN_STATUS;
/**
Produces a RETURN_STATUS code with the highest bit set.
- @param StatusCode The status code value to convert into a warning code.
+ @param StatusCode The status code value to convert into a warning code.
StatusCode must be in the range 0x00000000..0x7FFFFFFF.
@return The value specified by StatusCode with the highest bit set.
@@ -416,7 +416,7 @@ typedef INTN RETURN_STATUS;
/**
Produces a RETURN_STATUS code with the highest bit clear.
- @param StatusCode The status code value to convert into a warning code.
+ @param StatusCode The status code value to convert into a warning code.
StatusCode must be in the range 0x00000000..0x7FFFFFFF.
@return The value specified by StatusCode with the highest bit clear.
@@ -429,7 +429,7 @@ typedef INTN RETURN_STATUS;
This function returns TRUE if StatusCode has the high bit set. Otherwise FALSE is returned.
- @param StatusCode The status code value to evaluate.
+ @param StatusCode The status code value to evaluate.
@retval TRUE The high bit of StatusCode is set.
@retval FALSE The high bit of StatusCode is clear.