summaryrefslogtreecommitdiff
path: root/bson
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-11-30 08:36:00 -0500
committerdwight <dwight@10gen.com>2010-11-30 08:36:00 -0500
commit7ca8b464eb4892fc361d6c59cd0bb2e32be1fdc6 (patch)
tree4d94d2493876207f6391f3d1f8d059fb5bf20f74 /bson
parent47b43cea4188bfa7582e3fbe125f0b10856dd1dd (diff)
downloadmongo-7ca8b464eb4892fc361d6c59cd0bb2e32be1fdc6.tar.gz
commennt
Diffstat (limited to 'bson')
-rw-r--r--bson/bsonobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bson/bsonobj.h b/bson/bsonobj.h
index 8fcfe9e494f..629bc370d82 100644
--- a/bson/bsonobj.h
+++ b/bson/bsonobj.h
@@ -88,7 +88,7 @@ namespace mongo {
OWNED CASE
If the BSONObj owns the buffer, the buffer can be shared among several BSONObj's (by assignment).
- it during ~BSONObj() destruction. In this case the buffer is basically implemented as a shared_ptr.
+ In this case the buffer is basically implemented as a shared_ptr.
Since BSONObj's are typically immutable, this works well.
UNOWNED CASE