Minor error, "unless" was used instead of "unlike".
Fixes:
a3b85476c51e ("kvargs: add generic string matching callback")
Cc: stable@dpdk.org
Signed-off-by: Gaetan Rivet <grive@u256.net>
* 0 if the strings match.
* !0 otherwise or on error.
*
- * Unless strcmp, comparison ordering is not kept.
+ * Unlike strcmp, comparison ordering is not kept.
* In order for rte_kvargs_process to stop processing on match error,
* a negative value is returned even if strcmp had returned a positive one.
*/