diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-26 08:23:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-26 08:23:15 +0200 |
commit | 038e93a15109d006fe82121c6bb8848338ee4abe (patch) | |
tree | c74f6b01c747645ca0b183491e4ba2c0d9b2fd81 /libbuild2/cc | |
parent | 7fbc419525c76512b3fdc72987f636bec90554de (diff) |
Minor terminology fix in comments
Diffstat (limited to 'libbuild2/cc')
-rw-r--r-- | libbuild2/cc/common.cxx | 5 |
1 files changed, 2 insertions, 3 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; |