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

@@ -22,7 +22,7 @@ typedef volatile UINTN SPIN_LOCK;
/**
Retrieves the architecture specific spin lock alignment requirements for
Retrieves the architecture-specific spin lock alignment requirements for
optimal spin lock performance.
This function retrieves the spin lock alignment requirements for optimal
@@ -34,7 +34,7 @@ typedef volatile UINTN SPIN_LOCK;
consumers of the spin lock synchronization functions to obtain optimal spin
lock performance.
@return The architecture specific spin lock alignment.
@return The architecture-specific spin lock alignment.
**/
UINTN
@@ -140,7 +140,7 @@ ReleaseSpinLock (
/**
Performs an atomic increment of an 32-bit unsigned integer.
Performs an atomic increment of a 32-bit unsigned integer.
Performs an atomic increment of the 32-bit unsigned integer specified by
Value and returns the incremented value. The increment operation must be
@@ -162,7 +162,7 @@ InterlockedIncrement (
/**
Performs an atomic decrement of an 32-bit unsigned integer.
Performs an atomic decrement of a 32-bit unsigned integer.
Performs an atomic decrement of the 32-bit unsigned integer specified by
Value and returns the decremented value. The decrement operation must be