Commit 5eccdf5e authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

tc: comment spelling fixes

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 20e994a0
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
*/ */
struct tc_stats { struct tc_stats {
__u64 bytes; /* NUmber of enqueues bytes */ __u64 bytes; /* Number of enqueued bytes */
__u32 packets; /* Number of enqueued packets */ __u32 packets; /* Number of enqueued packets */
__u32 drops; /* Packets dropped because of lack of resources */ __u32 drops; /* Packets dropped because of lack of resources */
__u32 overlimits; /* Number of throttle events when this __u32 overlimits; /* Number of throttle events when this
...@@ -297,7 +297,7 @@ struct tc_htb_glob { ...@@ -297,7 +297,7 @@ struct tc_htb_glob {
__u32 debug; /* debug flags */ __u32 debug; /* debug flags */
/* stats */ /* stats */
__u32 direct_pkts; /* count of non shapped packets */ __u32 direct_pkts; /* count of non shaped packets */
}; };
enum { enum {
TCA_HTB_UNSPEC, TCA_HTB_UNSPEC,
...@@ -503,7 +503,7 @@ enum { ...@@ -503,7 +503,7 @@ enum {
}; };
#define NETEM_LOSS_MAX (__NETEM_LOSS_MAX - 1) #define NETEM_LOSS_MAX (__NETEM_LOSS_MAX - 1)
/* State transition probablities for 4 state model */ /* State transition probabilities for 4 state model */
struct tc_netem_gimodel { struct tc_netem_gimodel {
__u32 p13; __u32 p13;
__u32 p31; __u32 p31;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment