summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2014-04-28 19:08:26 -0400
committerSpencer T Brody <spencer@mongodb.com>2014-04-28 19:09:20 -0400
commit9443c5c229a77366c3593964bd837cb29c2a0524 (patch)
tree7efc2d2763d9a1158d31067fa87a18f360c7c208 /src/mongo/db/catalog
parenta3f67f410b333dde69330eeb138ccc65f2c21045 (diff)
downloadmongo-9443c5c229a77366c3593964bd837cb29c2a0524.tar.gz
SERVER-13680 Fix lint error
Diffstat (limited to 'src/mongo/db/catalog')
-rw-r--r--src/mongo/db/catalog/collection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/collection.h b/src/mongo/db/catalog/collection.h
index 5ef2231b9d1..7a9306e5e15 100644
--- a/src/mongo/db/catalog/collection.h
+++ b/src/mongo/db/catalog/collection.h
@@ -251,7 +251,7 @@ namespace mongo {
return static_cast<int>( dataSize() / n );
}
- // TODO- below till next mark are suspect
+ // TODO(erh) - below till next mark are suspect
bool isUserFlagSet( int flag ) const;
bool setUserFlag( int flag );
bool clearUserFlag( int flag );