diff options
author | Rami Rosen <ramirose@gmail.com> | 2012-11-13 13:29:15 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-13 17:14:06 -0500 |
commit | eb5ce43997b10dd07a63befeb26778d996c5a356 (patch) | |
tree | 22a8599eea42867fa80ca566342af0c4ba2c8d89 /drivers | |
parent | d4596bad2a713fcd0def492b1960e6d899d5baa8 (diff) |
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')
-rw-r--r-- | drivers/net/vxlan.c | 2 |
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. * |