X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FLibrary%2FMemoryTestLib.h;h=39d96d76821e4424f258d9eb55f93c6217942561;hb=e40b7d5d1b4f7d0cc7d4e91d6aa26033d5afd3a7;hp=12c043c193fcb1137f8983ea5cbc51bf9d5b44cf;hpb=d11ad58418c773d73e5870f61285915bb901c1a9;p=mirror_edk2.git diff --git a/MdeModulePkg/Include/Library/MemoryTestLib.h b/MdeModulePkg/Include/Library/MemoryTestLib.h index 12c043c193..39d96d7682 100644 --- a/MdeModulePkg/Include/Library/MemoryTestLib.h +++ b/MdeModulePkg/Include/Library/MemoryTestLib.h @@ -26,8 +26,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @param Length Length of the memory range to test. @param ErrorAddress Address of the memory where error is encountered. - @retval RETURN_SUCCESS The memory range passes test. - @retval RETURN_DEVICE_ERROR The memory range does not pass test. + @retval RETURN_SUCCESS The memory range passed the test. + @retval RETURN_DEVICE_ERROR The memory range failed the test. **/ RETURN_STATUS @@ -39,7 +39,7 @@ QuickMemoryTest ( ); /** - Test a system memory range with sparsely sampled memory units. + Tests a system memory range with sparsely sampled memory units. This function tests a system memory range, whose memory units are sampled sparsely. It leads to relatively good performance @@ -49,8 +49,8 @@ QuickMemoryTest ( @param Length Length of the memory range to test. @param ErrorAddress Address of the memory where error is encountered. - @retval RETURN_SUCCESS The memory range passes test. - @retval RETURN_DEVICE_ERROR The memory range does not pass test. + @retval RETURN_SUCCESS The memory range passed the test. + @retval RETURN_DEVICE_ERROR The memory range failed the test. **/ RETURN_STATUS @@ -64,7 +64,7 @@ SparseMemoryTest ( /** Test a system memory range with extensively sampled memory units. - This function tests a system memory range, whose memory units + This function tests a system memory range whose memory units are sampled extensively. Compared with SparseMemoryTest, it achieves more reliability and less performance. @@ -72,8 +72,8 @@ SparseMemoryTest ( @param Length Length of the memory range to test. @param ErrorAddress Address of the memory where error is encountered. - @retval RETURN_SUCCESS The memory range passes test. - @retval RETURN_DEVICE_ERROR The memory range does not pass test. + @retval RETURN_SUCCESS The memory range passed the test. + @retval RETURN_DEVICE_ERROR The memory range failed the test. **/ RETURN_STATUS