summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Base.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 15:14:25 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 15:14:25 +0000
commitee6c452c81f135a53f918761f02333ee57d7776d (patch)
tree6c03e42ef704b4a90fa4cf57af1fa74bf07eeac8 /MdePkg/Include/Base.h
parentc48d41d2c7d9c8153f657802b60779c8e2925109 (diff)
downloadedk2-platforms-ee6c452c81f135a53f918761f02333ee57d7776d.tar.xz
Detab
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6638 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Base.h')
-rw-r--r--MdePkg/Include/Base.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/MdePkg/Include/Base.h b/MdePkg/Include/Base.h
index a2c5511750..ad044b1615 100644
--- a/MdePkg/Include/Base.h
+++ b/MdePkg/Include/Base.h
@@ -284,8 +284,8 @@ typedef INTN RETURN_STATUS;
/**
Returns a 16-bit signature built from 2 ASCII characters.
- @param A The first ASCII character.
- @param B The second ASCII character.
+ @param A The first ASCII character.
+ @param B The second ASCII character.
@return A 16-bit value built from the two ASCII characters specified by A and B.
@@ -295,10 +295,10 @@ typedef INTN RETURN_STATUS;
/**
Returns a 32-bit signature built from 4 ASCII characters.
- @param A The first ASCII character.
- @param B The second ASCII character.
- @param C The third ASCII character.
- @param D The fourth ASCII character.
+ @param A The first ASCII character.
+ @param B The second ASCII character.
+ @param C The third ASCII character.
+ @param D The fourth ASCII character.
@return A 32-bit value built from the two ASCII characters specified by A, B,
C and D.
@@ -309,14 +309,14 @@ typedef INTN RETURN_STATUS;
/**
Returns a 64-bit signature built from 8 ASCII characters.
- @param A The first ASCII character.
- @param B The second ASCII character.
- @param C The third ASCII character.
- @param D The fourth ASCII character.
- @param E The fifth ASCII character.
- @param F The sixth ASCII character.
- @param G The seventh ASCII character.
- @param H The eighth ASCII character.
+ @param A The first ASCII character.
+ @param B The second ASCII character.
+ @param C The third ASCII character.
+ @param D The fourth ASCII character.
+ @param E The fifth ASCII character.
+ @param F The sixth ASCII character.
+ @param G The seventh ASCII character.
+ @param H The eighth ASCII character.
@return A 64-bit value built from the two ASCII characters specified by A, B,
C, D, E, F, G and H.