aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-10-12 13:18:41 -0700
committerBen Pfaff <blp@nicira.com>2012-10-12 13:18:41 -0700
commit9cac51959920a64ba8de2a6bd4715b8a7fb1a728 (patch)
treea95cf60301cef4b3f6d12f34d9a590e069e3f27e /ofproto/ofproto.h
parent9387b97098afe90403cc139ad2b55ce7e02bc4a2 (diff)
ofproto: Fix typo in macro name.
I like the sound of "evicton" but it isn't a real word. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'ofproto/ofproto.h')
-rw-r--r--ofproto/ofproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h
index 32a00f23..5599cd6a 100644
--- a/ofproto/ofproto.h
+++ b/ofproto/ofproto.h
@@ -190,7 +190,7 @@ int ofproto_port_dump_done(struct ofproto_port_dump *);
: (ofproto_port_dump_done(DUMP), false)); \
)
-#define OFPROTO_FLOW_EVICTON_THRESHOLD_DEFAULT 1000
+#define OFPROTO_FLOW_EVICTION_THRESHOLD_DEFAULT 1000
#define OFPROTO_FLOW_EVICTION_THRESHOLD_MIN 100
int ofproto_port_add(struct ofproto *, struct netdev *, uint16_t *ofp_portp);