@@ -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.
*/
@@ -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;
@@ -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 ...