summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2016-07-12 02:47:25 +0200
committerGitHub <noreply@github.com>2016-07-12 02:47:25 +0200
commite18ec3c71d6450de898cd46e659b560e18ee8430 (patch)
tree1028bd5ea783209d44aefa0acacd277d2dea44ab /src/core/cgroup.c
parentd6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (diff)
parent61233823aa4b0fe9605e0a7cd77261b3c5bca8e9 (diff)
Merge pull request #3702 from torstehu/fix-typo
treewide: fix typos and remove accidental repetition of words
Diffstat (limited to 'src/core/cgroup.c')
-rw-r--r--src/core/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index 6e36e6b340..2ba1627b85 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -1658,7 +1658,7 @@ int manager_setup_cgroup(Manager *m) {
/* 3. Install agent */
if (unified) {
- /* In the unified hierarchy we can can get
+ /* In the unified hierarchy we can get
* cgroup empty notifications via inotify. */
m->cgroup_inotify_event_source = sd_event_source_unref(m->cgroup_inotify_event_source);