From: Robert Haas Date: Fri, 13 Apr 2012 12:54:13 +0000 (-0400) Subject: Fix typo in comment. X-Git-Tag: REL9_2_BETA1~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61167bfaf2af3bc0bbf3ba9c8ff14f10a483f9ff;p=postgresql Fix typo in comment. --- diff --git a/src/backend/commands/vacuumlazy.c b/src/backend/commands/vacuumlazy.c index d4f35bc648..0a617e34b6 100644 --- a/src/backend/commands/vacuumlazy.c +++ b/src/backend/commands/vacuumlazy.c @@ -534,7 +534,7 @@ lazy_scan_heap(Relation onerel, LVRelStats *vacrelstats, * does, we wait for cleanup lock. * * We could defer the lock request further by remembering the page - * and coming back to it later, of we could even register + * and coming back to it later, or we could even register * ourselves for multiple buffers and then service whichever one * is received first. For now, this seems good enough. */