From 91c93873cd6c7e32ea494ae248d779b3e4276125 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Oct 2021 11:18:15 +0200 Subject: Document internal scope functionality --- libbuild2/cxx/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2') diff --git a/libbuild2/cxx/init.cxx b/libbuild2/cxx/init.cxx index 7e1bc4c..a2c9f25 100644 --- a/libbuild2/cxx/init.cxx +++ b/libbuild2/cxx/init.cxx @@ -585,7 +585,7 @@ namespace build2 // functionality is in use. Another reason to whitelist is to catch // warnings in instantiations of templates that belong to a library // that is otherwise warning-free (see the MSVC /external:templates- - // option for details). + // option for background). // // Note also that if multiple libraries are installed into the same // location (or otherwise share the same header search paths, for -- cgit v1.1