aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
authorThomas Weber <swirl@gmx.li>2010-03-16 11:47:56 +0100
committerJiri Kosina <jkosina@suse.cz>2010-03-16 11:47:56 +0100
commit88393161210493e317ae391696ee8ef463cb3c23 (patch)
tree6ec81a50d0e8174b415d83948b48cbabd7e54ddb /kernel/cgroup.c
parent932fb06b0898f5883200f1da2e00075f0d70ba9c (diff)
downloadkernel_samsung_smdk4412-88393161210493e317ae391696ee8ef463cb3c23.zip
kernel_samsung_smdk4412-88393161210493e317ae391696ee8ef463cb3c23.tar.gz
kernel_samsung_smdk4412-88393161210493e317ae391696ee8ef463cb3c23.tar.bz2
Fix typos in comments
[Ss]ytem => [Ss]ystem udpate => update paramters => parameters orginal => original Signed-off-by: Thomas Weber <swirl@gmx.li> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index ef909a3..a3b0f24 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -3610,7 +3610,7 @@ static void __init cgroup_init_subsys(struct cgroup_subsys *ss)
* @ss: the subsystem to load
*
* This function should be called in a modular subsystem's initcall. If the
- * subsytem is built as a module, it will be assigned a new subsys_id and set
+ * subsystem is built as a module, it will be assigned a new subsys_id and set
* up for use. If the subsystem is built-in anyway, work is delegated to the
* simpler cgroup_init_subsys.
*/