--- openflow-2013-01-16-3.h	2015-07-23 09:54:17.476479375 -0700
+++ openflow-2013-06-14.h	2015-07-23 09:54:17.480479376 -0700
@@ -1421,7 +1421,7 @@
     uint8_t pad[6];
     struct ofp_action_header actions[0]; /* Action list - 0 or more. */
     /* The variable size action list is optionally followed by packet data.
-     * This data is only present and meaningful if buffer_id == -1.
+     * This data is only present and meaningful if buffer_id == -1. */
     /* uint8_t data[0]; */        /* Packet data.  The length is inferred
                                      from the length field in the header. */
 };
@@ -1839,18 +1839,18 @@
 /* ofp_error_msg 'code' values for OFPET_FLOW_MONITOR_FAILED.  'data' contains
  * at least the first 64 bytes of the failed request. */
 enum ofp_flow_monitor_failed_code {
-    OFPMMFC_UNKNOWN       = 0,  /* Unspecified error. */
-    OFPMMFC_MONITOR_EXISTS = 1, /* Monitor not added because a Monitor ADD
+    OFPMOFC_UNKNOWN       = 0,  /* Unspecified error. */
+    OFPMOFC_MONITOR_EXISTS = 1, /* Monitor not added because a Monitor ADD
                                  * attempted to replace an existing Monitor. */
-    OFPMMFC_INVALID_MONITOR = 2, /* Monitor not added because Monitor specified
+    OFPMOFC_INVALID_MONITOR = 2, /* Monitor not added because Monitor specified
                                  * is invalid. */
-    OFPMMFC_UNKNOWN_MONITOR = 3, /* Monitor not modified because a Monitor
+    OFPMOFC_UNKNOWN_MONITOR = 3, /* Monitor not modified because a Monitor
                                    MODIFY attempted to modify a non-existent
                                    Monitor. */
-    OFPMMFC_BAD_COMMAND   = 4,  /* Unsupported or unknown command. */
-    OFPMMFC_BAD_FLAGS     = 5,  /* Flag configuration unsupported. */
-    OFPTMFC_BAD_TABLE_ID  = 6,  /* Specified table does not exist. */
-    OFPGMFC_BAD_OUT       = 7,  /* Error in output port/group. */
+    OFPMOFC_BAD_COMMAND   = 4,  /* Unsupported or unknown command. */
+    OFPMOFC_BAD_FLAGS     = 5,  /* Flag configuration unsupported. */
+    OFPMOFC_BAD_TABLE_ID  = 6,  /* Specified table does not exist. */
+    OFPMOFC_BAD_OUT       = 7,  /* Error in output port/group. */
 };
 
 /* OFPT_ERROR: Error message (datapath -> controller). */
