From: Joe Perches Date: Thu, 20 Dec 2007 22:02:40 +0000 (-0800) Subject: [PKT_SCHED]: Spelling fixes X-Git-Tag: v2.6.24-rc7~54^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a94b35184bf095b885ca80099381f8547d5be3a;p=platform%2Fkernel%2Flinux-exynos.git [PKT_SCHED]: Spelling fixes Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- diff --git a/net/sched/sch_hfsc.c b/net/sched/sch_hfsc.c index 55e7e45..a6ad491 100644 --- a/net/sched/sch_hfsc.c +++ b/net/sched/sch_hfsc.c @@ -160,7 +160,7 @@ struct hfsc_class u64 cl_vtoff; /* inter-period cumulative vt offset */ u64 cl_cvtmax; /* max child's vt in the last period */ u64 cl_cvtoff; /* cumulative cvtmax of all periods */ - u64 cl_pcvtoff; /* parent's cvtoff at initalization + u64 cl_pcvtoff; /* parent's cvtoff at initialization time */ struct internal_sc cl_rsc; /* internal real-time service curve */