aboutsummaryrefslogtreecommitdiff
path: root/libcap/cap_file.c
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2008-11-10 18:00:28 -0800
committerJorge Lucangeli Obes <jorgelo@google.com>2015-09-03 14:13:03 -0700
commitdeb35c718369bd4b454381d5e4c5d0bfa9a32234 (patch)
treede11d77db28e0c1ee060cf50175a891986f725df /libcap/cap_file.c
parent177166fa73ed1cea172856406d307ba2a09dfab5 (diff)
downloadlibcap-deb35c718369bd4b454381d5e4c5d0bfa9a32234.tar.gz
Makefile tweaks mostly
add rule to build HTML add LIBATTR=no makefile support for not including filesystem support comment cleanup for cap_file.c. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'libcap/cap_file.c')
-rw-r--r--libcap/cap_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcap/cap_file.c b/libcap/cap_file.c
index 7084799..634e601 100644
--- a/libcap/cap_file.c
+++ b/libcap/cap_file.c
@@ -199,7 +199,7 @@ cap_t cap_get_fd(int fildes)
}
/*
- * Set the capabilities on a named file.
+ * Get the capabilities from a named file.
*/
cap_t cap_get_file(const char *filename)