[PATCH 1/2]nscd/selinux.h Fix a comment.
Justin P. Mattock
justinmattock@gmail.com
Thu Apr 14 19:36:00 GMT 2011
The below patch fixes a comment, to make sound proper.
Changelog:
2011-04-14 Justin P. Mattock <justinmattock@gmail.com>
* nscd/selinux.h Fix a comment.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
nscd/selinux.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/nscd/selinux.h b/nscd/selinux.h
index 67d981b..a22befb 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);
--
1.7.4.2
More information about the Libc-alpha
mailing list