Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8467 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
pkandel
2009-06-04 16:16:15 +00:00
parent 7076244ef4
commit 1a2f870c9b
38 changed files with 268 additions and 307 deletions

View File

@@ -74,7 +74,7 @@ UINT8
/**
Retrieves a 16-bit value for a given PCD token.
Retrieves the current 16-bits value for a PCD token number.
Retrieves the current 16-bit value for a PCD token number.
If the TokenNumber is invalid, the results are unpredictable.
@param[in] TokenNumber The PCD token number.
@@ -93,7 +93,7 @@ UINT16
/**
Retrieves a 32-bit value for a given PCD token.
Retrieves the current 32-bits value for a PCD token number.
Retrieves the current 32-bit value for a PCD token number.
If the TokenNumber is invalid, the results are unpredictable.
@param[in] TokenNumber The PCD token number.
@@ -112,7 +112,7 @@ UINT32
/**
Retrieves a 64-bit value for a given PCD token.
Retrieves the current 64-bits value for a PCD token number.
Retrieves the current 64-bit value for a PCD token number.
If the TokenNumber is invalid, the results are unpredictable.
@param[in] TokenNumber The PCD token number.