diff options
author | Taichi Nishimura <awkrail01@gmail.com> | 2023-03-23 14:27:13 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-03-24 09:05:03 +0000 |
commit | 4170f0ef582c1ff4557276b98fb5fad85c782c1f (patch) | |
tree | 88750e248fc21d4a6016eb462160592c5a9f3125 /net/sched/em_meta.c | |
parent | c34ce2796228c3b00353c173a462debe62ab6265 (diff) |
fix typos in net/sched/* files
This patch fixes typos in net/sched/* files.
Signed-off-by: Taichi Nishimura <awkrail01@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/em_meta.c')
-rw-r--r-- | net/sched/em_meta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/em_meta.c b/net/sched/em_meta.c index 49bae3d5006b..af85a73c4c54 100644 --- a/net/sched/em_meta.c +++ b/net/sched/em_meta.c @@ -44,7 +44,7 @@ * be provided for non-numeric types. * * Additionally, type dependent modifiers such as shift operators - * or mask may be applied to extend the functionaliy. As of now, + * or mask may be applied to extend the functionality. As of now, * the variable length type supports shifting the byte string to * the right, eating up any number of octets and thus supporting * wildcard interface name comparisons such as "ppp%" matching |