From fcfc736881449a4f4f9261e0f85e6e866f825656 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Sun, 30 Mar 2025 07:24:17 +0900 Subject: [PATCH] improve file header --- modules/rostests/apitests/crt/setjmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/apitests/crt/setjmp.c b/modules/rostests/apitests/crt/setjmp.c index 890b530a982..0e6c792a99e 100644 --- a/modules/rostests/apitests/crt/setjmp.c +++ b/modules/rostests/apitests/crt/setjmp.c @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS CRT * LICENSE: MIT (https://spdx.org/licenses/MIT) - * PURPOSE: Tests for setjmp/longjmp + * PURPOSE: Tests for setjmp and longjmp * COPYRIGHT: Copyright 2025 Katayama Hirofumi MZ * Copyright 2025 Serge Gautherie */