Commit 60eea378 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo

parent d881dd62
...@@ -1371,7 +1371,7 @@ mXactCacheGetById(MultiXactId multi, MultiXactMember **members) ...@@ -1371,7 +1371,7 @@ mXactCacheGetById(MultiXactId multi, MultiXactMember **members)
entry->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 * This is acceptable only because we exit the iteration
* immediately afterwards. * immediately afterwards.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment