[dpdk-dev] [PATCH 02/30] eal/windows: fix comment about fnmatch
Stephen Hemminger
stephen at networkplumber.org
Mon Jul 1 20:25:08 CEST 2019
Fix spelling error in comment, and clarify that pattern
is supposed to be shell wildcare (not regex) in case someone
ever decides to implement proper code for this.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
lib/librte_eal/windows/eal/include/fnmatch.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_eal/windows/eal/include/fnmatch.h b/lib/librte_eal/windows/eal/include/fnmatch.h
index 41b574312cde..b57b731e8aba 100644
--- a/lib/librte_eal/windows/eal/include/fnmatch.h
+++ b/lib/librte_eal/windows/eal/include/fnmatch.h
@@ -21,7 +21,7 @@ extern "C" {
* with the given regular expression pattern.
*
* @param pattern
- * regular expression notation decribing the pattern to match
+ * shell wildcard describing the pattern to match
*
* @param string
* source string to searcg for the pattern
--
2.20.1
More information about the dev
mailing list