datapath: fix typo in README
authorLeo Alterman <lalterman@nicira.com>
Tue, 17 Jul 2012 00:26:10 +0000 (17:26 -0700)
committerLeo Alterman <lalterman@nicira.com>
Tue, 17 Jul 2012 01:07:37 +0000 (18:07 -0700)
Signed-off-by: Leo Alterman <lalterman@nicira.com>
AUTHORS
datapath/README

diff --git a/AUTHORS b/AUTHORS
index f76dff1c268f9dfafd01267f3770aa370afb56cc..11ccf8768320e001b144465b28775db106bebb1d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -40,6 +40,7 @@ Joe Stringer            joe@wand.net.nz
 Jun Nakajima            jun.nakajima@intel.com
 Justin Pettit           jpettit@nicira.com
 Keith Amidon            keith@nicira.com
+Leo Alterman            lalterman@nicira.com
 Luca Giraudo            lgiraudo@nicira.com
 Martin Casado           casado@nicira.com
 Natasha Gude            natasha@nicira.com
index b8a048b8df3ad595c341928f09be127786f5147b..8fa2dd1e792e3ae3a1555dbb99c2048981452c6f 100644 (file)
@@ -118,7 +118,7 @@ essentially like this, ignoring metadata:
 Naively, to add VLAN support, it makes sense to add a new "vlan" flow
 key attribute to contain the VLAN tag, then continue to decode the
 encapsulated headers beyond the VLAN tag using the existing field
-definitions.  With this change, an TCP packet in VLAN 10 would have a
+definitions.  With this change, a TCP packet in VLAN 10 would have a
 flow key much like this:
 
     eth(...), vlan(vid=10, pcp=0), eth_type(0x0800), ip(proto=6, ...), tcp(...)