aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew G Morgan <morgan@kernel.org>2016-01-31 13:29:23 -0800
committerAndrew G Morgan <morgan@kernel.org>2016-01-31 13:29:23 -0800
commit1f52c8a50305ab07b029008a8c7d6318355944b3 (patch)
treec787f62c298c4e12d988b803757059c0bca1012d
parenta0b240a1ead74be7851c98d58cc53c7c244ade58 (diff)
downloadlibcap-1f52c8a50305ab07b029008a8c7d6318355944b3.tar.gz
Fix tyop in a comment.
Thanks to P.J.Opalinski for noticing it. Signed-off-by: Andrew G Morgan <morgan@kernel.org>
-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 40756ea..76aac8c 100644
--- a/libcap/cap_file.c
+++ b/libcap/cap_file.c
@@ -13,7 +13,7 @@
/*
* We hardcode the prototypes for the Linux system calls here since
* there are no libcap library APIs that expose the user to these
- * details, and that way we don't need to foce clients to link any
+ * details, and that way we don't need to force clients to link any
* other libraries to access them.
*/
extern ssize_t getxattr(const char *, const char *, void *, size_t);