From 54a0c41081f2bfd11054c3e7456b6ab4a915f28f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Aug 2023 09:58:28 +0200 Subject: Diagnose declarations of targets/prerequisites with abstract target types --- libbuild2/target.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/target.hxx') 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 { -- cgit v1.1