Skip to content

Commit 911a196

Browse files
committed
CXX-175 spelling and namespaces
1 parent b0dc17e commit 911a196

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/mongo/client/bulk_update_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ namespace mongo {
6060
return BulkUpsertBuilder(_builder, _selector);
6161
}
6262

63-
}
63+
} // namespace mongo

src/mongo/client/bulk_upsert_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ namespace mongo {
4646
_builder->enqueue(update_op);
4747
}
4848

49-
}
49+
} // namespace mongo

src/mongo/client/bulk_upsert_builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace mongo {
6262
BulkOperationBuilder* const _builder;
6363
const BSONObj _selector;
6464

65-
/* Only created by freind class BulkWriteBuilder */
65+
/* Only created by friend class BulkWriteBuilder */
6666
BulkUpsertBuilder(BulkOperationBuilder* const builder, const BSONObj& selector);
6767
};
6868

0 commit comments

Comments
 (0)