diff options
Diffstat (limited to 'contrib/sepgsql/selinux.c')
-rw-r--r-- | contrib/sepgsql/selinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/selinux.c b/contrib/sepgsql/selinux.c index 2695e88f23c..64ae53e867d 100644 --- a/contrib/sepgsql/selinux.c +++ b/contrib/sepgsql/selinux.c @@ -892,7 +892,7 @@ sepgsql_compute_create(const char *scontext, * tcontext: security label of the object being referenced * tclass: class code (SEPG_CLASS_*) of the object being referenced * required: a mask of required permissions (SEPG_<class>__<perm>) - * audit_name: a human readable object name for audit logs, or NULL. + * audit_name: a human-readable object name for audit logs, or NULL. * abort_on_violation: true, if error shall be raised on access violation */ bool |