From 7d0cbd244d218bca8b806c283a5ae095f221b324 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 May 2021 15:59:59 +0200 Subject: Make notion of name pattern explicit, fix various related loose ends --- libbuild2/variable.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/variable.hxx') diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index 805b93d..d40934c 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -1572,7 +1572,7 @@ namespace build2 // Convert a lookup pointing to a value belonging to this variable map // to its non-const version. Note that this is only safe on the original - // values (see find_original()). + // values (see lookup_original()). // value& modify (const lookup_type& l) @@ -1793,7 +1793,7 @@ namespace build2 // "target identity" (as target type and target name). Note that while at // first it may seem like we don't need the target identity, we actually // do since the stem may itself be target-type/pattern-specific. See - // scope::find_original() for details. + // scope::lookup_original() for details. // mutable variable_cache> -- cgit v1.1