diff options
Diffstat (limited to 'src/mongo/db/clientcursor.cpp')
| -rw-r--r-- | src/mongo/db/clientcursor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.cpp b/src/mongo/db/clientcursor.cpp index 894927f3c86..905456047af 100644 --- a/src/mongo/db/clientcursor.cpp +++ b/src/mongo/db/clientcursor.cpp @@ -792,7 +792,7 @@ namespace mongo { if ( ! cc().getAuthenticationInfo()->isAuthorizedReads( nsToDatabase( cursor->ns() ) ) ) return false; - // mustn't have an active ClientCursor::Pointer + // Must not have an active ClientCursor::Pin. massert( 16089, str::stream() << "Cannot kill active cursor " << id, cursor->_pinValue < 100 ); |
