diff options
Diffstat (limited to 'libbuild2/functions-process.cxx')
-rw-r--r-- | libbuild2/functions-process.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/functions-process.cxx b/libbuild2/functions-process.cxx index 5e704e5..73ca916 100644 --- a/libbuild2/functions-process.cxx +++ b/libbuild2/functions-process.cxx @@ -221,7 +221,7 @@ namespace build2 // // First, check if the arguments begin with a process_path[_ex] and, if // that's the case, only use the leading name/pair to create the process - // path, discarding the meta-information. + // path, discarding the metadata. // if (args[0].file ()) { |