]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
treewide: fix typos in various comments
authorAndrea Claudi <aclaudi@redhat.com>
Fri, 9 Feb 2024 15:25:45 +0000 (16:25 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 9 Feb 2024 16:45:10 +0000 (08:45 -0800)
Fix various typos and spelling errors in some iproute2 comments.

Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/bpf_api.h
include/xt-internal.h
tc/q_netem.c

index 5887d3a851cf8de91ee740dde8241ec5f13d5ac3..287f96b624eaabe8680b6a7753c1fcc52de05f10 100644 (file)
@@ -253,7 +253,7 @@ static int BPF_FUNC(skb_set_tunnel_opt, struct __sk_buff *skb,
 # define memmove(d, s, n)      __builtin_memmove((d), (s), (n))
 #endif
 
-/* FIXME: __builtin_memcmp() is not yet fully useable unless llvm bug
+/* FIXME: __builtin_memcmp() is not yet fully usable unless llvm bug
  * https://llvm.org/bugs/show_bug.cgi?id=26218 gets resolved. Also
  * this one would generate a reloc entry (non-map), otherwise.
  */
index 89c73e4feb032dfe2b66f9ba2fa0af6db8f7d547..072161409b058452b9ef013715b808da0fe73587 100644 (file)
@@ -6,7 +6,7 @@
 #      define XT_LIB_DIR "/lib/xtables"
 #endif
 
-/* protocol family dependent informations */
+/* protocol family dependent information */
 struct afinfo {
        /* protocol family */
        int family;
index 5d5aad808e4dde30839d9a94553c541e78a72f94..4ce9ab6e529bc0d6c37e86b66b4aa5efadc427a1 100644 (file)
@@ -117,7 +117,7 @@ static void print_corr(bool present, __u32 value)
 }
 
 /*
- * Simplistic file parser for distrbution data.
+ * Simplistic file parser for distribution data.
  * Format is:
  *     # comment line(s)
  *     data0 data1 ...