]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Refine some comments.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 13 Mar 2009 03:10:43 +0000 (03:10 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 13 Mar 2009 03:10:43 +0000 (03:10 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7871 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Include/Library/BaseMemoryTestLib.h

index 0dad0b2d165aae5c169673ad9b247d5ef1577057..12c043c193fcb1137f8983ea5cbc51bf9d5b44cf 100644 (file)
@@ -17,11 +17,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 \r
 /**\r
-  Test a system memory range with sparsely sampled memory units.\r
+  Perform a quick system memory range test.\r
 \r
-  This function tests a system memory range, whose memory units\r
-  are sampled sparsely. It leads to quick performance but less\r
-  reliability.\r
+  This function performs a quick system memory range test. It leads to quick performance\r
+  but least reliability.\r
 \r
   @param  StartAddress           Start address of the memory range to test.\r
   @param  Length                 Length of the memory range to test.\r
@@ -40,11 +39,11 @@ QuickMemoryTest (
   );\r
 \r
 /**\r
-  Test a system memory range with extensively sampled memory units.\r
+  Test a system memory range with sparsely sampled memory units.\r
 \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
+  are sampled sparsely. It leads to relatively good performance\r
+  and partial reliability.\r
 \r
   @param  StartAddress           Start address of the memory range to test.\r
   @param  Length                 Length of the memory range to test.\r