From 038e93a15109d006fe82121c6bb8848338ee4abe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Jun 2020 08:23:15 +0200 Subject: Minor terminology fix in comments --- libbuild2/cc/common.cxx | 5 ++--- libbuild2/functions-process.cxx | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libbuild2/cc/common.cxx b/libbuild2/cc/common.cxx index ce80e3f..6b8bd96 100644 --- a/libbuild2/cc/common.cxx +++ b/libbuild2/cc/common.cxx @@ -239,9 +239,8 @@ namespace build2 { for (const prerequisite_target& pt: l.prerequisite_targets[a]) { - // Note: adhoc prerequisites are not part of the library meta- - // information protocol (and we should check for adhoc first to - // avoid races). + // Note: adhoc prerequisites are not part of the library metadata + // protocol (and we should check for adhoc first to avoid races). // if (pt.adhoc || pt == nullptr) continue; 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 ()) { -- cgit v1.1