diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-01-10 09:24:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-01-10 09:24:52 +0200 |
commit | 32ca0e7d4b56bc523ee3f3c8d6a0c1631044baa7 (patch) | |
tree | 6d7a8d5abf181d6b2fc49a6be2f1d0f4435f6db8 /libbuild2/cc/common.cxx | |
parent | 8bda0cde0a0ce2b713753666c438df8638583b91 (diff) |
Fix bunch of typos
Diffstat (limited to 'libbuild2/cc/common.cxx')
-rw-r--r-- | libbuild2/cc/common.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/common.cxx b/libbuild2/cc/common.cxx index 99c8f5d..7306274 100644 --- a/libbuild2/cc/common.cxx +++ b/libbuild2/cc/common.cxx @@ -1351,7 +1351,7 @@ namespace build2 // idea is that in .pc files that we generate, we copy those macros (or // custom ones) from *.export.poptions. // - // @@ Should we add .pc files as ad hoc members so pkconfig_save() can + // @@ Should we add .pc files as ad hoc members so pkgconfig_save() can // use their names when deriving -l-names (this would be especially // helpful for binless libraries to get hold of prefix/suffix, etc). // |