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 0652e294b7f..baf92b6f6db 100644 --- a/contrib/sepgsql/selinux.c +++ b/contrib/sepgsql/selinux.c @@ -830,7 +830,7 @@ sepgsql_compute_avd(const char *scontext, * given security context. * * scontext: security context of the subject (mostly, peer process). - * tcontext: security context of the the upper database object. + * tcontext: security context of the upper database object. * tclass: class code (SEPG_CLASS_*) of the new object in creation */ char * |