Commit 3b5a2a88 authored by Alvaro Herrera's avatar Alvaro Herrera

Reword bogus comment

parent 0b0baf26
......@@ -273,7 +273,7 @@ rewriteVisibilityMap(const char *fromfile, const char *tofile)
new_cur += BITS_PER_HEAPBLOCK;
}
/* If the last part of the old page is empty, skip to write it */
/* If the last part of the old page is empty, skip writing it */
if (old_lastpart && empty)
break;
......
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