aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-08-02 09:58:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-08-02 09:58:28 +0200
commit54a0c41081f2bfd11054c3e7456b6ab4a915f28f (patch)
tree794e167b84f6659fd273c039a5ecdc6274fe3aba /libbuild2/target.hxx
parent934b4f4bdaca78bf8b0fc42331dcf7403b1d8086 (diff)
Diagnose declarations of targets/prerequisites with abstract target types
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx
index 79ec9fa..99383e7 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -2413,7 +2413,7 @@ namespace build2
// in the generic install rule. @@ This is still a TODO.
//
// Note that handling subsections with man1..9{} is easy, we
- // simply specify the extension explicitly, e.g., man{foo.1p}.
+ // simply specify the extension explicitly, e.g., man1{foo.1p}.
//
class LIBBUILD2_SYMEXPORT man: public doc
{