%s/Remained/Remaining/g
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Heinrich Schuchardt <[email protected]>
---
.../SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c
b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c
index 9e7f672e..6fd36914 100644
--- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c
+++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Execute/Execute.c
@@ -608,10 +608,10 @@ Routine Description:
//
while (TRUE) {
//
- // Calculate the number of remained cases
+ // Calculate the number of remaining test cases
//
GetTestCaseRemainNum(&Remain);
- SctPrint(L" Remained test cases: %d\n", Remain);
+ SctPrint(L" Remaining test cases: %d\n", Remain);
//
// Send assertion to remotion computer in passive mode to inform case
begin.
--
2.23.0.rc1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#46706): https://edk2.groups.io/g/devel/message/46706
Mute This Topic: https://groups.io/mt/33124786/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-