Merge branch 'for-3.10-fixes' into for-3.11
[firefly-linux-kernel-4.4.55.git] / include / linux / cgroup.h
index 4f6f5138c340da971c35858a47ee55db6405980d..1df5f699be615a82be9089df82b783413c9d47f0 100644 (file)
@@ -709,7 +709,7 @@ struct cgroup *cgroup_rightmost_descendant(struct cgroup *pos);
  *
  * If a subsystem synchronizes against the parent in its ->css_online() and
  * before starting iterating, and synchronizes against @pos on each
- * iteration, any descendant cgroup which finished ->css_offline() is
+ * iteration, any descendant cgroup which finished ->css_online() is
  * guaranteed to be visible in the future iterations.
  *
  * In other words, the following guarantees that a descendant can't escape