|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-09-03 17:34:45
Author: jurko
Date: 2008-09-03 17:34:45 EDT (Wed, 03 Sep 2008)
New Revision: 48570
URL: http://svn.boost.org/trac/boost/changeset/48570
Log:
Fixed a syntax error that slipped in in the previous revision in the Boost Build tools/common.jam module.
Text files modified:
trunk/tools/build/v2/tools/common.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/common.jam
==============================================================================
--- trunk/tools/build/v2/tools/common.jam (original)
+++ trunk/tools/build/v2/tools/common.jam 2008-09-03 17:34:45 EDT (Wed, 03 Sep 2008)
@@ -728,7 +728,7 @@
# <property:/property-name/>[joiner]
# :: Direct lookup of the given property-name value in the build
# properties. /property-name/ is a regular expression. E.g.
- <property:toolset-.*:flavor> will match every toolset.
+# <property:toolset-.*:flavor> will match every toolset.
# /otherwise/
# :: The literal value of the format argument.
#
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk