comment typo: form -> from (#8921)

This commit is contained in:
Jeremy Kun 2021-06-07 04:31:56 -07:00 committed by GitHub
parent a972503f57
commit b438bc5a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1033,7 +1033,7 @@ uint64_t hllCount(struct hllhdr *hdr, int *invalid) {
serverPanic("Unknown HyperLogLog encoding in hllCount()");
}
/* Estimate cardinality form register histogram. See:
/* Estimate cardinality from register histogram. See:
* "New cardinality estimation algorithms for HyperLogLog sketches"
* Otmar Ertl, arXiv:1702.01284 */
double z = m * hllTau((m-reghisto[HLL_Q+1])/(double)m);