aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2013-12-13 17:26:58 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2013-12-13 17:26:58 -0300
commiteeb811c454819740ba211c1a85682771ce2a4af0 (patch)
treee38ed14a933c9bd1a8820e65e5c9ee5be83c987a /src
parent0bc00363b9b1d5ee44a0b25ed2dfc83f81e68258 (diff)
downloadpostgresql-eeb811c454819740ba211c1a85682771ce2a4af0.tar.gz
postgresql-eeb811c454819740ba211c1a85682771ce2a4af0.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/multixact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/multixact.c b/src/backend/access/transam/multixact.c
index eb77f3ef2ce..05e1dcb49c5 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.
*/