datapath: omit _mod from module names
[sliver-openvswitch.git] / vswitchd / ovs-brcompatd.c
index 41aabe4..18a6708 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;