summaryrefslogtreecommitdiff
path: root/include/openflow/openflow-1.1.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2014-11-11 16:42:24 -0800
committerBen Pfaff <blp@nicira.com>2014-11-12 13:12:02 -0800
commit0746a84f3916193c0704e94a4c214f672c5c542e (patch)
tree1766414a6f373b116fa363e406dda692131bc071 /include/openflow/openflow-1.1.h
parentf071cbbaadc271b6f6b1d3c38c943f1ee2c17b67 (diff)
downloadopenvswitch-0746a84f3916193c0704e94a4c214f672c5c542e.tar.gz
Fix misspellings of "OpenFlow".
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Flavio Leitner <fbl@redhat.com>
Diffstat (limited to 'include/openflow/openflow-1.1.h')
-rw-r--r--include/openflow/openflow-1.1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openflow/openflow-1.1.h b/include/openflow/openflow-1.1.h
index ff3928a16..b5a73101b 100644
--- a/include/openflow/openflow-1.1.h
+++ b/include/openflow/openflow-1.1.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008, 2011, 2012, 2013 The Board of Trustees of The Leland Stanford
+/* Copyright (c) 2008, 2011, 2012, 2013, 2014 The Board of Trustees of The Leland Stanford
* Junior University
*
* We are making the OpenFlow specification and associated documentation
@@ -456,7 +456,7 @@ struct ofp11_flow_stats {
ovs_be64 cookie; /* Opaque controller-issued identifier. */
ovs_be64 packet_count; /* Number of packets in flow. */
ovs_be64 byte_count; /* Number of bytes in flow. */
- /* Open Flow version specific match */
+ /* OpenFlow version specific match */
/* struct ofp11_instruction instructions[0]; Instruction set. */
};
OFP_ASSERT(sizeof(struct ofp11_flow_stats) == 48);