[PATCH 1/1] net: Fix a typo in comment in ip_tunnels.h

From: Boian Bonev
Date: Sun May 19 2013 - 09:48:48 EST


Trivial typo fix

Signed-off-by: Boian Bonev <bbonev@xxxxxxxxxx>
---
I am new around and decided to start with something simple to test the process.

The fix applies both to net and net-next.

include/net/ip_tunnels.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/ip_tunnels.h b/include/net/ip_tunnels.h
index 4b6f0b2..2b19fb6 100644
--- a/include/net/ip_tunnels.h
+++ b/include/net/ip_tunnels.h
@@ -132,7 +132,7 @@ static inline u8 ip_tunnel_get_dsfield(const struct iphdr *iph,
return 0;
}

-/* Propogate ECN bits out */
+/* Propagate ECN bits out */
static inline u8 ip_tunnel_ecn_encap(u8 tos, const struct iphdr *iph,
const struct sk_buff *skb)
{
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/