|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-23 04:55:07
Author: jurko
Date: 2008-08-23 04:55:06 EDT (Sat, 23 Aug 2008)
New Revision: 48309
URL: http://svn.boost.org/trac/boost/changeset/48309
Log:
Minor stylistic comment changes in the Boost Build util/type.jam module.
Text files modified:
trunk/tools/build/v2/build/type.jam | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/tools/build/v2/build/type.jam
==============================================================================
--- trunk/tools/build/v2/build/type.jam (original)
+++ trunk/tools/build/v2/build/type.jam 2008-08-23 04:55:06 EDT (Sat, 23 Aug 2008)
@@ -68,7 +68,7 @@
feature.compose <base-target-type>$(type) : <base-target-type>$(base-type) ;
# We used to declare the main target rule only when a 'main' parameter
- # was specified. However, it's hard to decide that a type will *never*
+ # was specified. However, it is hard to decide that a type will *never*
# need a main target rule and so from time to time we needed to make yet
# another type 'main'. So now a main target rule is defined for each
# type.
@@ -361,9 +361,9 @@
}
-# Returns file type given it's name. If there are several dots in filename,
-# tries each suffix. E.g. for name of "file.so.1.2" suffixes "2", "1", and "so"
-# will be tried.
+# Returns file type given its name. If there are several dots in filename, tries
+# each suffix. E.g. for name of "file.so.1.2" suffixes "2", "1", and "so" will
+# be tried.
#
rule type ( filename )
{
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