Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79675 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-07-22 12:10:37


Author: jurko
Date: 2012-07-22 12:10:36 EDT (Sun, 22 Jul 2012)
New Revision: 79675
URL: http://svn.boost.org/trac/boost/changeset/79675

Log:
Boost Jam cleanup - minor comment corrections.
Text files modified:
   trunk/tools/build/v2/engine/headers.c | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/engine/headers.c
==============================================================================
--- trunk/tools/build/v2/engine/headers.c (original)
+++ trunk/tools/build/v2/engine/headers.c 2012-07-22 12:10:36 EDT (Sun, 22 Jul 2012)
@@ -132,7 +132,7 @@
 #endif
 
     /* The following regexp is used to detect cases where a file is included
- * through a line line "#include MACRO".
+ * through a line like "#include MACRO".
      */
     if ( re_macros == 0 )
     {
@@ -156,7 +156,7 @@
                 l = list_push_back( l, object_new( re[ i ]->startp[ 1 ] ) );
             }
 
- /* special treatment for #include MACRO */
+ /* Special treatment for #include MACRO. */
         if ( regexec( re_macros, buf ) && re_macros->startp[ 1 ] )
         {
             OBJECT * header_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