[PATCH 4/5] samples/bpf: Fix a spelling typo in tcp_cong_kern.c

Chu Guangqing posted 5 patches 2 months ago
There is a newer version of this series
[PATCH 4/5] samples/bpf: Fix a spelling typo in tcp_cong_kern.c
Posted by Chu Guangqing 2 months ago
This patch fixes a spelling typo in tcp_cong_kern.c

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

diff --git a/samples/bpf/tcp_cong_kern.c b/samples/bpf/tcp_cong_kern.c
index 2311fc9dde85..339415eac477 100644
--- a/samples/bpf/tcp_cong_kern.c
+++ b/samples/bpf/tcp_cong_kern.c
@@ -5,7 +5,7 @@
  * License as published by the Free Software Foundation.
  *
  * BPF program to set congestion control to dctcp when both hosts are
- * in the same datacenter (as deteremined by IPv6 prefix).
+ * in the same datacenter (as determined by IPv6 prefix).
  *
  * Use "bpftool cgroup attach $cg sock_ops $prog" to load this BPF program.
  */
-- 
2.47.3