Commit eb7308d2 authored by Teodor Sigaev's avatar Teodor Sigaev

Fix typo

Michael Paquier
parent 9b27aebe
......@@ -262,7 +262,7 @@ BloomFormTuple(BloomState *state, ItemPointer iptr, Datum *values, bool *isnull)
/*
* Add new bloom tuple to the page. Returns true if new tuple was successfully
* added to the page. Returns false if it doesn't git the page.
* added to the page. Returns false if it doesn't fit the page.
*/
bool
BloomPageAddItem(BloomState *state, Page page, BloomTuple *tuple)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment