]> git.droids-corp.org - dpdk.git/blobdiff - lib/pipeline/rte_swx_pipeline_spec.c
pipeline: fix table state memory allocation
[dpdk.git] / lib / pipeline / rte_swx_pipeline_spec.c
index 8e9aa44e307ed4b8d5c163a40fd8788bea59f073..07a7580ac8398aae74dcebb5d61ecbc01415122a 100644 (file)
@@ -2011,7 +2011,7 @@ rte_swx_pipeline_build_from_spec(struct rte_swx_pipeline *p,
                if (err_line)
                        *err_line = 0;
                if (err_msg)
-                       *err_msg = "Null pipeline arument.";
+                       *err_msg = "Null pipeline argument.";
                status = -EINVAL;
                goto error;
        }