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>
# 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.
*/
# define XT_LIB_DIR "/lib/xtables"
#endif
-/* protocol family dependent informations */
+/* protocol family dependent information */
struct afinfo {
/* protocol family */
int family;
}
/*
- * Simplistic file parser for distrbution data.
+ * Simplistic file parser for distribution data.
* Format is:
* # comment line(s)
* data0 data1 ...