diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-05-31 10:00:48 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-05-31 22:44:56 -0700 |
commit | 37f2ad2b9018c5e23455536e5c240cac1334f20a (patch) | |
tree | 464353115fd6fc56fcf066de83de3b98acbc1b0d /net/sched/cls_rsvp.h | |
parent | 01709d0977d464b862968ef063899e576615e5e5 (diff) | |
download | linux-37f2ad2b9018c5e23455536e5c240cac1334f20a.tar.bz2 |
net: sched: Fix spelling mistakes
Fix some spelling mistakes in comments:
sevaral ==> several
sugestion ==> suggestion
unregster ==> unregister
suplied ==> supplied
cirsumstances ==> circumstances
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Link: https://lore.kernel.org/r/20210531020048.2920054-1-zhengyongjun3@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/sched/cls_rsvp.h')
-rw-r--r-- | net/sched/cls_rsvp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_rsvp.h b/net/sched/cls_rsvp.h index 2e288f88ff02..27a4b6dbcf57 100644 --- a/net/sched/cls_rsvp.h +++ b/net/sched/cls_rsvp.h @@ -7,7 +7,7 @@ /* Comparing to general packet classification problem, - RSVP needs only sevaral relatively simple rules: + RSVP needs only several relatively simple rules: * (dst, protocol) are always specified, so that we are able to hash them. |