[PATCH 1/5] samples/bpf: Fix a spelling typo in do_hbm_test.sh

Chu Guangqing posted 5 patches 2 months ago
There is a newer version of this series
[PATCH 1/5] samples/bpf: Fix a spelling typo in do_hbm_test.sh
Posted by Chu Guangqing 2 months ago
The comment incorrectly used "upcomming" instead of "upcoming".

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
---
 samples/bpf/do_hbm_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/bpf/do_hbm_test.sh b/samples/bpf/do_hbm_test.sh
index 38e4599350db..7f4f722787d5 100755
--- a/samples/bpf/do_hbm_test.sh
+++ b/samples/bpf/do_hbm_test.sh
@@ -112,7 +112,7 @@ function start_hbm () {
 processArgs () {
   for i in $args ; do
     case $i in
-    # Support for upcomming ingress rate limiting
+    # Support for upcoming ingress rate limiting
     #in)         # support for upcoming ingress rate limiting
     #  dir="-i"
     #  dir_name="in"
-- 
2.47.3