diff options
author | Liu Bo <liubo2009@cn.fujitsu.com> | 2012-07-06 22:51:56 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-10 07:14:23 -0400 |
commit | 0f307323a48e47f064aa38e87f6fa03c88b551fc (patch) | |
tree | da57be1fe4f1c930d953b4f6ad8929bfbc29af89 /net/core | |
parent | 9ea3c498962bc63748e92c31c874169ab0726324 (diff) |
netprio_cgroup.c: fix comment typo
poitner -> pointer.
Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/netprio_cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c index 5b8aa2fae48b..e13ad4946565 100644 --- a/net/core/netprio_cgroup.c +++ b/net/core/netprio_cgroup.c | |||
@@ -198,7 +198,7 @@ static int write_priomap(struct cgroup *cgrp, struct cftype *cft, | |||
198 | 198 | ||
199 | /* | 199 | /* |
200 | *Separate the devname from the associated priority | 200 | *Separate the devname from the associated priority |
201 | *and advance the priostr poitner to the priority value | 201 | *and advance the priostr pointer to the priority value |
202 | */ | 202 | */ |
203 | *priostr = '\0'; | 203 | *priostr = '\0'; |
204 | priostr++; | 204 | priostr++; |