]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment
authorMagnus Hagander <magnus@hagander.net>
Fri, 2 Jun 2017 07:40:54 +0000 (09:40 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 2 Jun 2017 07:40:54 +0000 (09:40 +0200)
Masahiko Sawada

src/backend/storage/lmgr/predicate.c

index a3f0b8aba5c441f1038ac43eb8b65f45bb3538cd..27c4af91cb2691b148ba3058517bf82dd54da198 100644 (file)
@@ -2841,7 +2841,7 @@ exit:
                /* We shouldn't run out of memory if we're moving locks */
                Assert(!outOfShmem);
 
-               /* Put the scrach entry back */
+               /* Put the scratch entry back */
                RestoreScratchTarget(false);
        }