From 60637d9347be80c4591dfb7f760674df1d31d026 Mon Sep 17 00:00:00 2001 From: MahnoKropotkinvich Date: Thu, 27 Mar 2025 20:34:43 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa2f92..9ad4ae0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ insmod tcp_const.ko # Require root privilege ## Troubleshooting: -If compilation failed and says the function signature does not match, simply delete those two unnamed parameters in `static void const_main(struct sock *sk,u32,int,const struct rate_sample *rs)` +If compilation failed and it said the function signature does not match, simply delete those two unnamed parameters in `static void const_main(struct sock *sk,u32,int,const struct rate_sample *rs)` ## Next steps: