Skip to content
Snippets Groups Projects
Commit eb7308d2 authored by Teodor Sigaev's avatar Teodor Sigaev
Browse files

Fix typo

Michael Paquier
parent 9b27aebe
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment