]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseSynchronizationLib/SynchronizationMsc.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / BaseSynchronizationLib / SynchronizationMsc.c
index f3833f8171a09c7325750851fef4cac813c709bc..90524a1017ae7c927f9893c73ecb1bf296f42611 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -63,7 +63,7 @@ GetSpinLockProperties (
   @param  SpinLock  A pointer to the spin lock to initialize to the released\r
                     state.\r
 \r
-  @return SpinLock in release state.\r
+  @return SpinLock is in release state.\r
 \r
 **/\r
 SPIN_LOCK *\r
@@ -98,7 +98,7 @@ InitializeSpinLock (
 \r
   @param  SpinLock  A pointer to the spin lock to place in the acquired state.\r
 \r
-  @return SpinLock acquired lock.\r
+  @return SpinLock acquired the lock.\r
 \r
 **/\r
 SPIN_LOCK *\r
@@ -221,7 +221,7 @@ AcquireSpinLockOrFail (
 \r
   @param  SpinLock  A pointer to the spin lock to release.\r
 \r
-  @return SpinLock released lock.\r
+  @return SpinLock released the lock.\r
 \r
 **/\r
 SPIN_LOCK *\r
@@ -307,8 +307,8 @@ InterlockedDecrement (
 \r
   @param  Value         A pointer to the 32-bit value for the compare exchange\r
                         operation.\r
-  @param  CompareValue  32-bit value used in compare operation.\r
-  @param  ExchangeValue 32-bit value used in exchange operation.\r
+  @param  CompareValue  A 32-bit value used in a compare operation.\r
+  @param  ExchangeValue A 32-bit value used in an exchange operation.\r
 \r
   @return The original *Value before exchange.\r
 \r
@@ -337,8 +337,8 @@ InterlockedCompareExchange32 (
 \r
   @param  Value         A pointer to the 64-bit value for the compare exchange\r
                         operation.\r
-  @param  CompareValue  64-bit value used in compare operation.\r
-  @param  ExchangeValue 64-bit value used in exchange operation.\r
+  @param  CompareValue  A 64-bit value used in a compare operation.\r
+  @param  ExchangeValue A 64-bit value used in an exchange operation.\r
 \r
   @return The original *Value before exchange.\r
 \r
@@ -368,8 +368,8 @@ InterlockedCompareExchange64 (
 \r
   @param  Value         A pointer to the pointer value for the compare exchange\r
                         operation.\r
-  @param  CompareValue  Pointer value used in compare operation.\r
-  @param  ExchangeValue Pointer value used in exchange operation.\r
+  @param  CompareValue  A pointer value used in a compare operation.\r
+  @param  ExchangeValue A pointer value used in an exchange operation.\r
 \r
   @return The original *Value before exchange.\r
 **/\r