diff options
author | Joe Perches <joe@perches.com> | 2007-12-20 14:02:40 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-12-20 14:02:40 -0800 |
commit | 9a94b35184bf095b885ca80099381f8547d5be3a (patch) | |
tree | 7cd39d3c18ad60b822a410b61b1cb573922525e5 /net/sched/sch_hfsc.c | |
parent | 53ccaae1ef749ef87a484a0aa5351c557c0a690e (diff) |
[PKT_SCHED]: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_hfsc.c')
-rw-r--r-- | net/sched/sch_hfsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_hfsc.c b/net/sched/sch_hfsc.c index 55e7e4530f43..a6ad491e434b 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 */ |