diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-04-17 20:55:16 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-17 20:55:16 -0400 |
commit | 795934a60e3ab066b44ed42aa4514c7101084fef (patch) | |
tree | 3c6c49ddb6cf5a0831faa6a564c353af359c113b /nscd | |
parent | 2739047682590b1df473401b4febf424f857fccf (diff) | |
download | glibc-795934a60e3ab066b44ed42aa4514c7101084fef.tar glibc-795934a60e3ab066b44ed42aa4514c7101084fef.tar.gz glibc-795934a60e3ab066b44ed42aa4514c7101084fef.tar.bz2 glibc-795934a60e3ab066b44ed42aa4514c7101084fef.zip |
Fix a comment.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/selinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/selinux.h b/nscd/selinux.h index 67d981bb06..bc7e1e287a 100644 --- a/nscd/selinux.h +++ b/nscd/selinux.h @@ -45,7 +45,7 @@ extern void nscd_avc_cache_stats (struct avc_cache_stats *cstats); extern void nscd_avc_print_stats (struct avc_cache_stats *cstats); # ifdef HAVE_LIBCAP -/* Preserve capabilities to connect to connnect to the audit daemon. */ +/* Preserve capabilities to connect to the audit daemon. */ extern cap_t preserve_capabilities (void); /* Install final capabilities. */ extern void install_real_capabilities (cap_t new_caps); |