From a3edaa0484f805f241b62cbe5e1bfc6f93562fa9 Mon Sep 17 00:00:00 2001 From: Elinor Fung Date: Tue, 26 Nov 2024 16:06:24 -0800 Subject: [PATCH] Update src/native/corehost/test/mockhostfxr/test_c_api.c Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com> --- src/native/corehost/test/mockhostfxr/test_c_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/corehost/test/mockhostfxr/test_c_api.c b/src/native/corehost/test/mockhostfxr/test_c_api.c index 3307b96162a7a..3cb130101c09b 100644 --- a/src/native/corehost/test/mockhostfxr/test_c_api.c +++ b/src/native/corehost/test/mockhostfxr/test_c_api.c @@ -3,6 +3,6 @@ // hostfxr.h is a public API. When included in .c files, it may fail to compile // if C++-specific syntax is used within the extern "C" block. Since all usage of -// this API in runtime repo is within C++ code, such breakages are not encountered +// this API in runtime repo are within C++ code, such breakages are not encountered // during normal development or testing. #include "hostfxr.h"