aboutsummaryrefslogtreecommitdiff
path: root/tests/test-odp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-odp.c')
-rw-r--r--tests/test-odp.c2
1 files changed, 1 insertions, 1 deletions
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) {