This commit is contained in:
Alvaro Herrera 2013-12-13 17:26:58 -03:00
parent d881dd6233
commit 60eea3780c
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/