Skip to content

Commit cee851e

Browse files
committed
Cleanup
1 parent dc415df commit cee851e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/test/singleton/component_h.cc

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ static void f2()
3030
extern "C"
3131

3232
#if defined(_MSC_VER)
33-
// component_g is a DLL
33+
// component_h is a DLL
3434

3535
__declspec(dllexport)
3636

3737
#else
38-
// component_g is a shared library (*.so)
39-
// component_g is compiled with visibility("hidden"),
38+
// component_h is a shared library (*.so)
39+
// component_h is compiled with visibility("hidden"),
4040
__attribute__((visibility("default")))
4141
#endif
4242

0 commit comments

Comments
 (0)