2009-11-02 07:47:36

by Liu Aleaxander

[permalink] [raw]
Subject: [PATCH 3/3] Fix a typo

>From 6d5d6c4fc84144009fa960b091e5742d3f135211 Mon Sep 17 00:00:00 2001
From: Liu Aleaxander <[email protected]>
Date: Mon, 2 Nov 2009 14:38:09 +0800
Subject: [PATCH 3/3] Fix a typo

Signed-off-by: Liu Aleaxander <[email protected]>
---
Documentation/cgroups/cgroups.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/cgroups/cgroups.txt
b/Documentation/cgroups/cgroups.txt
index 0b33bfe..73734db 100644
--- a/Documentation/cgroups/cgroups.txt
+++ b/Documentation/cgroups/cgroups.txt
@@ -523,7 +523,7 @@ int pre_destroy(struct cgroup_subsys *ss, struct
cgroup *cgrp);

Called before checking the reference count on each subsystem. This may
be useful for subsystems which have some extra references even if
-there are not tasks in the cgroup. If pre_destroy() returns error code,
+there are no tasks in the cgroup. If pre_destroy() returns error code,
rmdir() will fail with it. From this behavior, pre_destroy() can be
called multiple times against a cgroup.

--
1.6.2.5

--
regards
Liu Aleaxander