diff --git a/src/backend/catalog/aclchk.c b/src/backend/catalog/aclchk.c
index b7b5e49..ccde66a 100644
--- a/src/backend/catalog/aclchk.c
+++ b/src/backend/catalog/aclchk.c
@@ -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);
 
