diff --git a/cpp/src/db/MySQLConnectionPool.cpp b/cpp/src/db/MySQLConnectionPool.cpp index 848287ebb3e481def9689899c6beda9b662ac824..b43126920e1814920152c0d9517f55b628d17540 100644 --- a/cpp/src/db/MySQLConnectionPool.cpp +++ b/cpp/src/db/MySQLConnectionPool.cpp @@ -5,7 +5,7 @@ namespace milvus { namespace engine { namespace meta { - // Do a thriftsimple form of in-use connection limiting: wait to return + // Do a simple form of in-use connection limiting: wait to return // a connection until there are a reasonably low number in use // already. Can't do this in create() because we're interested in // connections actually in use, not those created. Also note that