aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2012-11-13 13:29:15 +0000
committerDavid S. Miller <davem@davemloft.net>2012-11-13 17:14:06 -0500
commiteb5ce43997b10dd07a63befeb26778d996c5a356 (patch)
tree22a8599eea42867fa80ca566342af0c4ba2c8d89 /drivers/net/vxlan.c
parentipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return value (diff)
downloadlinux-dev-eb5ce43997b10dd07a63befeb26778d996c5a356.tar.xz
linux-dev-eb5ce43997b10dd07a63befeb26778d996c5a356.zip
vxlan: fix a typo.
Use eXtensible and not eXtensiable in the comment on top. Signed-off-by: Rami Rosen <ramirose@gmail.com> Acked-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxlan.c')
-rw-r--r--drivers/net/vxlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index 0c4d0f49ab46..3d0bf664ea35 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
@@ -1,5 +1,5 @@
/*
- * VXLAN: Virtual eXtensiable Local Area Network
+ * VXLAN: Virtual eXtensible Local Area Network
*
* Copyright (c) 2012 Vyatta Inc.
*