Fix typo in comment

Author: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
Peter Eisentraut 2017-06-30 15:54:14 -04:00
parent 1f201a818a
commit b295cc3b9a
1 changed files with 1 additions and 1 deletions

View File

@ -5660,7 +5660,7 @@ removeExtObjInitPriv(Oid objoid, Oid classoid)
if (!HeapTupleIsValid(attTuple))
continue;
/* when removing, remove all entires, even dropped columns */
/* when removing, remove all entries, even dropped columns */
recordExtensionInitPrivWorker(objoid, classoid, curr_att, NULL);