From: Liu Bo Date: Sat, 7 Jul 2012 02:51:56 +0000 (+0800) Subject: netprio_cgroup.c: fix comment typo X-Git-Tag: v3.6-rc1~118^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f307323a48e47f064aa38e87f6fa03c88b551fc;p=thirdparty%2Fkernel%2Flinux.git netprio_cgroup.c: fix comment typo poitner -> pointer. Signed-off-by: Liu Bo Signed-off-by: Jiri Kosina --- diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c index 5b8aa2fae48b8..e13ad49465653 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, /* *Separate the devname from the associated priority - *and advance the priostr poitner to the priority value + *and advance the priostr pointer to the priority value */ *priostr = '\0'; priostr++;