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 <step...@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

Reply via email to