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"