Use ovs_be32 in nx_flow_mod_table_id
[openvswitch] / vswitchd / ovs-brcompatd.c
index 41aabe48205c260f9d62ce60f3942cf3f5d23629..18a6708e1ec0249ee28812824a0cbfce38cbf289 100644 (file)
@@ -456,7 +456,7 @@ handle_fdb_query_cmd(struct ofpbuf *buffer)
     uint32_t seq;
     int error;
 
-    /* Parse the command received from brcompat_mod. */
+    /* Parse the command received from brcompat. */
     error = parse_command(buffer, &seq, &linux_name, NULL, &count, &skip);
     if (error) {
         return error;