mirror of https://github.com/mongodb/mongo
Fix typo in comment: "hash see" → "hash seed"
fixes a minor typo in the WARNING comment of BSONElementHasher. "hash see" was mistakenly used instead of "hash seed".
This commit is contained in:
parent
96ef05984e
commit
78d1e6227d
|
|
@ -51,7 +51,7 @@ public:
|
||||||
* by choosing from among a family of hash functions. When it is not specified,
|
* by choosing from among a family of hash functions. When it is not specified,
|
||||||
* use this.
|
* use this.
|
||||||
*
|
*
|
||||||
* WARNING: do not change the hash see value. Hash-based sharding clusters will
|
* WARNING: do not change the hash seed value. Hash-based sharding clusters will
|
||||||
* expect that value to be zero.
|
* expect that value to be zero.
|
||||||
*/
|
*/
|
||||||
static constexpr HashSeed const DEFAULT_HASH_SEED = 0;
|
static constexpr HashSeed const DEFAULT_HASH_SEED = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue