From 67bee67eaae2de006f9db342e008abc17fbc3b28 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jul 2022 10:42:22 +0200 Subject: Fix typo in comment --- libbuild2/cc/functions.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbuild2/cc/functions.cxx b/libbuild2/cc/functions.cxx index e7deb80..bba8fbb 100644 --- a/libbuild2/cc/functions.cxx +++ b/libbuild2/cc/functions.cxx @@ -243,7 +243,7 @@ namespace build2 // obtaining poptions to be passed to tools other than C/C++ compilers // (for example, Qt moc). // - // If is true, then return the original -I options without + // If is true, then return the original -I options without // performing any translation (for example, to -isystem or /external:I). // This is the default if is omitted. To get the translation for // the common interface options, pass [null] for and true for -- cgit v1.1