From 6d2c0fd06ffa2d12ab1a1bf156784e6949a903a1 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 26 Mar 2016 11:53:07 +0100 Subject: net: Fix typos (found by codespell) Signed-off-by: Stefan Weil --- net/net-snmp/patches/750-ieee802dot11.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/net-snmp/patches') diff --git a/net/net-snmp/patches/750-ieee802dot11.patch b/net/net-snmp/patches/750-ieee802dot11.patch index 9e0625cc6..a3c5c0a9d 100644 --- a/net/net-snmp/patches/750-ieee802dot11.patch +++ b/net/net-snmp/patches/750-ieee802dot11.patch @@ -4702,7 +4702,7 @@ + char uid[256]; + LIST_HEAD ( , avNode ) *list; + -+ // NOTE: this assumes the UID is at the begining of the ++ // NOTE: this assumes the UID is at the beginning of the + // data structure and that UIDs are strings + + list = ( LIST_HEAD ( , avNode ) * ) l; // NOTE: don't know how to get @@ -5802,7 +5802,7 @@ +#define PROC_NET_WIRELESS "/proc/net/wireless" +#define PROC_NET_DEV "/proc/net/dev" + -+/* Some usefull constants */ ++/* Some useful constants */ +#define KILO 1e3 +#define MEGA 1e6 +#define GIGA 1e9 @@ -6110,7 +6110,7 @@ +} + +/*------------------------------------------------------------------*/ -+/* Backwards compatability ++/* Backwards compatibility + * Actually, those form are much easier to use when dealing with + * struct sockaddr... */ +static inline char* @@ -6119,7 +6119,7 @@ + iw_ether_ntop((const struct ether_addr *) addr, bufp); + return bufp; +} -+/* Backwards compatability */ ++/* Backwards compatibility */ +static inline int +iw_in_ether(const char *bufp, struct sockaddr *sap) +{ -- cgit v1.2.3