]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/MemoryTestLib.h
Update some comments for MdeModulePkg Include header files.
[mirror_edk2.git] / MdeModulePkg / Include / Library / MemoryTestLib.h
index 12c043c193fcb1137f8983ea5cbc51bf9d5b44cf..39d96d76821e4424f258d9eb55f93c6217942561 100644 (file)
@@ -26,8 +26,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   @param  Length                 Length of the memory range to test.\r
   @param  ErrorAddress           Address of the memory where error is encountered.\r
 \r
-  @retval RETURN_SUCCESS         The memory range passes test.\r
-  @retval RETURN_DEVICE_ERROR    The memory range does not pass test.\r
+  @retval RETURN_SUCCESS         The memory range passed the test.\r
+  @retval RETURN_DEVICE_ERROR    The memory range failed the test.\r
 \r
 **/\r
 RETURN_STATUS\r
@@ -39,7 +39,7 @@ QuickMemoryTest (
   );\r
 \r
 /**\r
-  Test a system memory range with sparsely sampled memory units.\r
+  Tests a system memory range with sparsely sampled memory units.\r
 \r
   This function tests a system memory range, whose memory units\r
   are sampled sparsely. It leads to relatively good performance\r
@@ -49,8 +49,8 @@ QuickMemoryTest (
   @param  Length                 Length of the memory range to test.\r
   @param  ErrorAddress           Address of the memory where error is encountered.\r
 \r
-  @retval RETURN_SUCCESS         The memory range passes test.\r
-  @retval RETURN_DEVICE_ERROR    The memory range does not pass test.\r
+  @retval RETURN_SUCCESS         The memory range passed the test.\r
+  @retval RETURN_DEVICE_ERROR    The memory range failed the test.\r
 \r
 **/\r
 RETURN_STATUS\r
@@ -64,7 +64,7 @@ SparseMemoryTest (
 /**\r
   Test a system memory range with extensively sampled memory units.\r
 \r
-  This function tests a system memory range, whose memory units\r
+  This function tests a system memory range whose memory units\r
   are sampled extensively. Compared with SparseMemoryTest, it achieves\r
   more reliability and less performance.\r
 \r
@@ -72,8 +72,8 @@ SparseMemoryTest (
   @param  Length                 Length of the memory range to test.\r
   @param  ErrorAddress           Address of the memory where error is encountered.\r
 \r
-  @retval RETURN_SUCCESS         The memory range passes test.\r
-  @retval RETURN_DEVICE_ERROR    The memory range does not pass test.\r
+  @retval RETURN_SUCCESS         The memory range passed the test.\r
+  @retval RETURN_DEVICE_ERROR    The memory range failed the test.\r
 \r
 **/\r
 RETURN_STATUS\r