Skip to content

Commit 885c2e6

Browse files
Fix comment spelling in src/include/primer/hyperloglog_presto.h
1 parent 8de6f6b commit 885c2e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/primer/hyperloglog_presto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class HyperLogLogPresto {
5656
/** @brief Returns overflow bucket of a specific given index. */
5757
auto GetOverflowBucketofIndex(uint16_t idx) { return overflow_bucket_[idx]; }
5858

59-
/** @brief Retusn the cardinality of the set. */
59+
/** @brief Returns the cardinality of the set. */
6060
auto GetCardinality() const -> uint64_t { return cardinality_; }
6161

6262
auto AddElem(KeyType val) -> void;

0 commit comments

Comments
 (0)