From eeb811c454819740ba211c1a85682771ce2a4af0 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Fri, 13 Dec 2013 17:26:58 -0300 Subject: [PATCH] Fix typo --- src/backend/access/transam/multixact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/transam/multixact.c b/src/backend/access/transam/multixact.c index eb77f3ef2c..05e1dcb49c 100644 --- a/src/backend/access/transam/multixact.c +++ b/src/backend/access/transam/multixact.c @@ -1371,7 +1371,7 @@ mXactCacheGetById(MultiXactId multi, MultiXactMember **members) entry->members)); /* - * Note we modify the list while not using a modifyable iterator. + * Note we modify the list while not using a modifiable iterator. * This is acceptable only because we exit the iteration * immediately afterwards. */ -- 2.40.0