aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-26 13:27:31 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-26 13:27:31 -0800
commitb30090f9461f246053b846173c81682018901c7e (patch)
treebe69c50f00b1ceb1b79c9655a679c16abfda0a7c /wildcard.h
parent8f637975a42bf0bbd946fc3ec21993086f3e87b1 (diff)
Some cleanup of completions in preparation for more multithreading
Diffstat (limited to 'wildcard.h')
-rw-r--r--wildcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wildcard.h b/wildcard.h
index af15e9ab..b85ba241 100644
--- a/wildcard.h
+++ b/wildcard.h
@@ -69,7 +69,7 @@ enum
*/
int wildcard_expand_string(const wcstring &wc, const wcstring &base_dir, expand_flags_t flags, std::vector<completion_t> &out );
/**
- Test whether the given wildcard matches the string
+ Test whether the given wildcard matches the string. Does not perform any I/O.
\param str The string to test
\param wc The wildcard to test against