diff options
author | Rami Rosen <ramirose@gmail.com> | 2012-11-13 13:29:15 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-13 22:14:06 (GMT) |
commit | eb5ce43997b10dd07a63befeb26778d996c5a356 (patch) | |
tree | 22a8599eea42867fa80ca566342af0c4ba2c8d89 /drivers/net | |
parent | d4596bad2a713fcd0def492b1960e6d899d5baa8 (diff) | |
download | linux-eb5ce43997b10dd07a63befeb26778d996c5a356.tar.xz |
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')
-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 0c4d0f4..3d0bf66 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. * |