From 5bcd47540f112a53c9d35f2f46395ba82fe6e1fa Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 9 Jun 2017 19:47:50 -0700 Subject: treewide: Fix spelling of "prerequisites". Signed-off-by: Ben Pfaff Acked-by: Greg Rose --- lib/nx-match.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/nx-match.c') 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) -- cgit v1.2.1