aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/functions-process.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-06-26 08:23:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-26 08:23:15 +0200
commit038e93a15109d006fe82121c6bb8848338ee4abe (patch)
treec74f6b01c747645ca0b183491e4ba2c0d9b2fd81 /libbuild2/functions-process.cxx
parent7fbc419525c76512b3fdc72987f636bec90554de (diff)
Minor terminology fix in comments
Diffstat (limited to 'libbuild2/functions-process.cxx')
-rw-r--r--libbuild2/functions-process.cxx2
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 ())
{