diff options
author | Robert Haas | 2012-05-02 13:27:34 +0000 |
---|---|---|
committer | Robert Haas | 2012-05-02 13:28:16 +0000 |
commit | e01e66f808fbd161b2714eab34bb9e9d0db0db53 (patch) | |
tree | 460dd4274c71629d1eb87bc5d242275f9f211ac9 /contrib/sepgsql/selinux.c | |
parent | f291ccd43e06fdd7c55102975a0b2f38bc140b90 (diff) |
More duplicate word removal.
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 * |