mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
typo
This commit is contained in:
parent
b0f4f5b427
commit
c4f528bbe1
@ -43,7 +43,7 @@ namespace mongo {
|
||||
|
||||
/**
|
||||
* holds all the actual db connections for a client to various servers
|
||||
* 1 pre thread, so don't have to worry about thread safety
|
||||
* 1 per thread, so doesn't have to be thread safe
|
||||
*/
|
||||
class ClientConnections : boost::noncopyable {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user