diff --git a/examples/tom/main.cpp b/examples/tom/main.cpp index 99c550314..853acbc0e 100644 --- a/examples/tom/main.cpp +++ b/examples/tom/main.cpp @@ -23,7 +23,7 @@ using namespace Seeders; // NOLINT(google-build-using-namespace) /*! Build the database manager instance and add a database connection. */ std::shared_ptr setupManager(); -/*! c++ main function. */ +/*! C++ main function. */ int main(int argc, char *argv[]) { try { diff --git a/tests/testdata_tom/main.cpp b/tests/testdata_tom/main.cpp index 4e285ecaa..89ceff6b2 100644 --- a/tests/testdata_tom/main.cpp +++ b/tests/testdata_tom/main.cpp @@ -39,7 +39,7 @@ using namespace Seeders; // NOLINT(google-build-using-namespace) /*! Build the database manager instance and add a database connection. */ std::shared_ptr setupManager(); -/*! c++ main function. */ +/*! C++ main function. */ int main(int argc, char *argv[]) { try {