$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52682 - trunk/boost/spirit/home/karma/directive
From: hartmut.kaiser_at_[hidden]
Date: 2009-04-30 13:00:27
Author: hkaiser
Date: 2009-04-30 13:00:26 EDT (Thu, 30 Apr 2009)
New Revision: 52682
URL: http://svn.boost.org/trac/boost/changeset/52682
Log:
Spirit: Comment fixes
Text files modified: 
   trunk/boost/spirit/home/karma/directive/left_alignment.hpp |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/boost/spirit/home/karma/directive/left_alignment.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/directive/left_alignment.hpp	(original)
+++ trunk/boost/spirit/home/karma/directive/left_alignment.hpp	2009-04-30 13:00:26 EDT (Thu, 30 Apr 2009)
@@ -48,7 +48,7 @@
           , terminal_ex<tag::left_align, fusion::vector1<T> > >
       : mpl::true_ {};
 
-    // enables *lazy* delimit(d)[g], where d provides a generator
+    // enables *lazy* left_align(d)[g], where d provides a generator
     template <>
     struct use_lazy_directive<karma::domain, tag::left_align, 1> 
       : mpl::true_ {};
@@ -60,8 +60,8 @@
           , terminal_ex<tag::left_align, fusion::vector2<Width, Padding> > >
       : spirit::traits::matches<karma::domain, Padding> {};
 
-    // enables *lazy* delimit(w, d)[g], where d provides a generator and w is 
-    // a maximum width
+    // enables *lazy* left_align(w, d)[g], where d provides a generator and w 
+    // is a maximum width
     template <>
     struct use_lazy_directive<karma::domain, tag::left_align, 2> 
       : mpl::true_ {};