summaryrefslogtreecommitdiff
path: root/lib/nx-match.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-06-09 19:47:50 -0700
committerBen Pfaff <blp@ovn.org>2017-06-12 11:05:40 -0700
commit5bcd47540f112a53c9d35f2f46395ba82fe6e1fa (patch)
treedd360e86bb7c4b00ae20a9f1ce5eccfc261db798 /lib/nx-match.c
parent7df14f8b4ee049182a6e1a594b8bd454f8db2ba6 (diff)
downloadopenvswitch-5bcd47540f112a53c9d35f2f46395ba82fe6e1fa.tar.gz
treewide: Fix spelling of "prerequisites".
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Greg Rose <gvrose8192@gmail.com>
Diffstat (limited to 'lib/nx-match.c')
-rw-r--r--lib/nx-match.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nx-match.c b/lib/nx-match.c
index 490270a29..334ecd4a3 100644
--- a/lib/nx-match.c
+++ b/lib/nx-match.c
@@ -625,7 +625,7 @@ nx_pull_match(struct ofpbuf *b, unsigned int match_len, struct match *match,
/* Behaves the same as nx_pull_match(), but skips over unknown NXM headers,
* instead of failing with an error, and does not check for field
- * prerequisities. */
+ * prerequisites. */
enum ofperr
nx_pull_match_loose(struct ofpbuf *b, unsigned int match_len,
struct match *match, ovs_be64 *cookie,
@@ -695,7 +695,7 @@ oxm_pull_match(struct ofpbuf *b, bool pipeline_fields_only,
/* Behaves the same as oxm_pull_match() with two exceptions. Skips over
* unknown OXM headers instead of failing with an error when they are
- * encountered, and does not check for field prerequisities. */
+ * encountered, and does not check for field prerequisites. */
enum ofperr
oxm_pull_match_loose(struct ofpbuf *b, bool pipeline_fields_only,
const struct tun_table *tun_table, struct match *match)