summaryrefslogtreecommitdiff
path: root/contrib/sepgsql/database.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sepgsql/database.c')
-rw-r--r--contrib/sepgsql/database.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/database.c b/contrib/sepgsql/database.c
index 0190d381a90..5850e076eb9 100644
--- a/contrib/sepgsql/database.c
+++ b/contrib/sepgsql/database.c
@@ -74,7 +74,7 @@ sepgsql_database_post_create(Oid databaseId, const char *dtemplate)
* Compute a default security label of the newly created database based on
* a pair of security label of client and source database.
*
- * XXX - uncoming version of libselinux supports to take object name to
+ * XXX - upcoming version of libselinux supports to take object name to
* handle special treatment on default security label.
*/
rel = table_open(DatabaseRelationId, AccessShareLock);