datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.
[openvswitch] / tests / test-odp.c
index 9db27bf531020a24cf80c2221e87bf045bb610e3..9a2bc0aedca81910517cd013c209af14208c9358 100644 (file)
@@ -50,7 +50,7 @@ main(void)
             continue;
         }
 
-        /* Convert string to ODP key. */
+        /* Convert string to OVS DP key. */
         ofpbuf_init(&odp_key, 0);
         error = odp_flow_key_from_string(ds_cstr(&in), &odp_key);
         if (error) {