diff --git a/contrib/postgres_fdw/shippable.c b/contrib/postgres_fdw/shippable.c
index ad91660696..c8696c4ba5 100644
--- a/contrib/postgres_fdw/shippable.c
+++ b/contrib/postgres_fdw/shippable.c
@@ -105,7 +105,7 @@ InitializeShippableCache(void)
 }
 
 /*
- * Returns true if given object (operator/function/type) is shippable
+ * Returns true if a given function/operator is shippable
  * according to the server options.
  *
  * Right now "shippability" is exclusively a function of whether the object
