diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-03-30 14:12:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-03-30 14:15:16 +0200 |
commit | 05135e5f7bd152db293bbe67f394bb58309856e9 (patch) | |
tree | fb8575351c80b44b4fdc16b9e95a48e67081c40e /libbuild2/rule-map.hxx | |
parent | 441c75f68ca1adfcf833ae778ac150baf16ded2f (diff) |
Infrastructure for library metadata support
Diffstat (limited to 'libbuild2/rule-map.hxx')
-rw-r--r-- | libbuild2/rule-map.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/rule-map.hxx b/libbuild2/rule-map.hxx index 20895f3..d4a0f33 100644 --- a/libbuild2/rule-map.hxx +++ b/libbuild2/rule-map.hxx @@ -22,7 +22,7 @@ namespace build2 // This is an "indexed map" with operation_id being the index. Entry // with id 0 is a wildcard. // - // Note that while we may resize some vectors during non-serial load, this + // Note that while we may resize some vectors during non-initial load, this // is MT-safe since we never cache any references to their elements. // class operation_rule_map |