diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-25 10:42:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-25 10:42:22 +0200 |
commit | 67bee67eaae2de006f9db342e008abc17fbc3b28 (patch) | |
tree | 996aafdf412f7a9177d4c168957e153e10fd9b6f | |
parent | e29653f0762f2f0563053e9715472d422a8878ce (diff) |
Fix typo in comment
-rw-r--r-- | libbuild2/cc/functions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <portable> is true, then return the original -I options without + // If <original> is true, then return the original -I options without // performing any translation (for example, to -isystem or /external:I). // This is the default if <otype> is omitted. To get the translation for // the common interface options, pass [null] for <otype> and true for |