summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/accumulatortests.cpp
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2012-10-14 03:57:18 +0000
committerTad Marshall <tad@10gen.com>2012-10-14 12:48:21 -0400
commit39e0e4af9ed4a6e8d2e158c699a89a2281c1b8bb (patch)
treef1ea7210c6f52f0ac15a56109f009706ebe414c7 /src/mongo/dbtests/accumulatortests.cpp
parent918a14c42a9156086578c28e1a7311c564aac2b3 (diff)
downloadmongo-39e0e4af9ed4a6e8d2e158c699a89a2281c1b8bb.tar.gz
Fixed typos
Signed-off-by: Tad Marshall <tad@10gen.com>
Diffstat (limited to 'src/mongo/dbtests/accumulatortests.cpp')
-rw-r--r--src/mongo/dbtests/accumulatortests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/accumulatortests.cpp b/src/mongo/dbtests/accumulatortests.cpp
index f42ff68abec..6c329962740 100644
--- a/src/mongo/dbtests/accumulatortests.cpp
+++ b/src/mongo/dbtests/accumulatortests.cpp
@@ -728,7 +728,7 @@ namespace AccumulatorTests {
}
};
- /** Two ints nagative overflow. */
+ /** Two ints negative overflow. */
class IntIntNegativeOverflow : public TypeConversionBase {
BSONObj summand1() { return BSON( "d" << -numeric_limits<int>::max() ); }
BSONObj summand2() { return BSON( "d" << -10 ); }