From 69e7f152014ddfb0f0da602bbbac1d1a6eeeb713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 3 Sep 2008 21:34:45 +0000 Subject: [PATCH] Fixed a syntax error that slipped in in the previous revision in the Boost Build tools/common.jam module. [SVN r48570] --- src/tools/common.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/common.jam b/src/tools/common.jam index 32344df3f..73cc56fa3 100644 --- a/src/tools/common.jam +++ b/src/tools/common.jam @@ -728,7 +728,7 @@ actions hard-link # [joiner] # :: Direct lookup of the given property-name value in the build # properties. /property-name/ is a regular expression. E.g. - will match every toolset. +# will match every toolset. # /otherwise/ # :: The literal value of the format argument. #