diff --git a/src/util.cpp b/src/util.cpp index 70f638f93..1aa079085 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -394,7 +394,7 @@ void ParseParameters(int argc, const char* const argv[]) } } -// split string using by space or comma as delimiter char +// split string using by space or comma as a delimiter char void SplitStr(const std::string& strVal, std::vector &outVals) { stringstream ss(strVal);