https://git.reactos.org/?p=reactos.git;a=commitdiff;h=52ccfcf6febd4cdc2088dc3e924e07413a494b88

commit 52ccfcf6febd4cdc2088dc3e924e07413a494b88
Author:     Pierre Schweitzer <[email protected]>
AuthorDate: Fri Oct 5 21:25:28 2018 +0200
Commit:     Pierre Schweitzer <[email protected]>
CommitDate: Fri Oct 5 21:26:16 2018 +0200

    [KMTESTS:CC] Fix a typo
---
 modules/rostests/kmtests/ntos_cc/CcPinRead_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rostests/kmtests/ntos_cc/CcPinRead_drv.c 
b/modules/rostests/kmtests/ntos_cc/CcPinRead_drv.c
index d827766fc5..0295378615 100644
--- a/modules/rostests/kmtests/ntos_cc/CcPinRead_drv.c
+++ b/modules/rostests/kmtests/ntos_cc/CcPinRead_drv.c
@@ -486,7 +486,7 @@ PerformTest(
                     KmtStartSeh();
                     Ret = CcPinRead(TestFileObject, &Offset, 0x1000, 0, &Bcb, 
(PVOID *)&Buffer);
                     KmtEndSeh(STATUS_SUCCESS);
-                    ok(Ret == FALSE, "CcMapData succeed\n");
+                    ok(Ret == FALSE, "CcPinRead succeed\n");
 
                     if (Ret)
                     {

Reply via email to