summaryrefslogtreecommitdiff
path: root/src/basic/capability-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-21 12:31:36 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-21 12:31:36 +0100
commit664ff517d323dcd8c33092df459c60b0dee3483a (patch)
tree582884b8010dfae8d44b557558817c899ab1a47b /src/basic/capability-util.c
parent246bb3704427fe1061c59485a41255ab4823a1fc (diff)
downloadsystemd-664ff517d323dcd8c33092df459c60b0dee3483a.tar.gz
capability: typo fix
Diffstat (limited to 'src/basic/capability-util.c')
-rw-r--r--src/basic/capability-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basic/capability-util.c b/src/basic/capability-util.c
index 6b5e3e0521..2c17e26016 100644
--- a/src/basic/capability-util.c
+++ b/src/basic/capability-util.c
@@ -519,8 +519,8 @@ int capability_quintet_enforce(const CapabilityQuintet *q) {
/* Now, let's enforce the caps for the first time. Note that this is where we acquire
* caps in any of the sets we currently don't have. We have to do this before
- * droppoing the bounding caps below, since at that point we can never acquire new
- * caps in inherited/permitted/effective anymore, but only lose them.*/
+ * dropping the bounding caps below, since at that point we can never acquire new
+ * caps in inherited/permitted/effective anymore, but only lose them. */
if (cap_set_proc(modified ?: c) < 0)
return -errno;