From 3b075e9d7be0181f8434e7b24007d87b618934c0 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 17 May 2015 14:57:30 +0200 Subject: Fix typos in comments Dmitriy Olshevskiy --- src/backend/replication/logical/snapbuild.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/replication/logical/snapbuild.c') diff --git a/src/backend/replication/logical/snapbuild.c b/src/backend/replication/logical/snapbuild.c index c878f629854..ea25cf050cf 100644 --- a/src/backend/replication/logical/snapbuild.c +++ b/src/backend/replication/logical/snapbuild.c @@ -832,7 +832,7 @@ SnapBuildAddCommittedTxn(SnapBuild *builder, TransactionId xid) /* * Remove knowledge about transactions we treat as committed that are smaller - * than ->xmin. Those won't ever get checked via the ->commited array but via + * than ->xmin. Those won't ever get checked via the ->committed array but via * the clog machinery, so we don't need to waste memory on them. */ static void -- cgit v1.2.3