X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-odp.c;h=9a2bc0aedca81910517cd013c209af14208c9358;hb=e7ed3a3a5f87d20f0cc632ae23adba6f30a4e19d;hp=9db27bf531020a24cf80c2221e87bf045bb610e3;hpb=3bffc610fa3ae08fa837f6bd0bf7a2deebdd0970;p=openvswitch diff --git a/tests/test-odp.c b/tests/test-odp.c index 9db27bf5..9a2bc0ae 100644 --- a/tests/test-odp.c +++ b/tests/test-odp.c @@ -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) {