summaryrefslogtreecommitdiff
path: root/boost/process/search_path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/process/search_path.hpp')
-rw-r--r--boost/process/search_path.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/process/search_path.hpp b/boost/process/search_path.hpp
index 1c38a61608..ee1f605252 100644
--- a/boost/process/search_path.hpp
+++ b/boost/process/search_path.hpp
@@ -39,7 +39,7 @@ namespace boost { namespace process {
*
* \param filename The base of the filename to find
*
- * \param path the set of paths so search, defaults to "PATH" environment variable.
+ * \param path the set of paths to search, defaults to the "PATH" environment variable.
*
* \returns the absolute path to the executable filename or an
* empty string if filename isn't found