summaryrefslogtreecommitdiff
path: root/include/openflow/openflow-1.0.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-08-26 15:28:46 -0700
committerBen Pfaff <blp@nicira.com>2013-08-27 13:23:01 -0700
commit1828ae514071007c9a0180889151ce9b00aae8fc (patch)
treec673766085b1720a58a75567c227c17ec97f1027 /include/openflow/openflow-1.0.h
parentc2dd5e999fc8e172be3a167c71e587bb50da7d97 (diff)
downloadopenvswitch-1828ae514071007c9a0180889151ce9b00aae8fc.tar.gz
Fix typos in a couple of OpenFlow related comments.
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'include/openflow/openflow-1.0.h')
-rw-r--r--include/openflow/openflow-1.0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openflow/openflow-1.0.h b/include/openflow/openflow-1.0.h
index f2b90db33..ef0a3ce73 100644
--- a/include/openflow/openflow-1.0.h
+++ b/include/openflow/openflow-1.0.h
@@ -295,7 +295,7 @@ struct ofp10_match {
OFP_ASSERT(sizeof(struct ofp10_match) == 40);
enum ofp10_flow_mod_flags {
- OFPFF10_EMERG = 1 << 2 /* Ramark this is for emergency. */
+ OFPFF10_EMERG = 1 << 2 /* Part of "emergency flow cache". */
};
/* Flow setup and teardown (controller -> datapath). */