summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/SynchronizationLib.h
diff options
context:
space:
mode:
authorpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-04 16:16:15 +0000
committerpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-04 16:16:15 +0000
commit1a2f870c9babe077c2d3abea23b6e8e044778341 (patch)
treedb545c66ef72b32da3dbd2406b256c3430702af0 /MdePkg/Include/Library/SynchronizationLib.h
parent7076244ef4005642712f32591abbd8188d6b6f40 (diff)
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
Diffstat (limited to 'MdePkg/Include/Library/SynchronizationLib.h')
-rw-r--r--MdePkg/Include/Library/SynchronizationLib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Library/SynchronizationLib.h b/MdePkg/Include/Library/SynchronizationLib.h
index bf92ca1d7..63bc72b1a 100644
--- a/MdePkg/Include/Library/SynchronizationLib.h
+++ b/MdePkg/Include/Library/SynchronizationLib.h
@@ -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