$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53180 - trunk/boost/spirit/home/karma/directive
From: hartmut.kaiser_at_[hidden]
Date: 2009-05-22 12:36:08
Author: hkaiser
Date: 2009-05-22 12:36:08 EDT (Fri, 22 May 2009)
New Revision: 53180
URL: http://svn.boost.org/trac/boost/changeset/53180
Log:
Spirit: Comment fixes
Text files modified:
trunk/boost/spirit/home/karma/directive/maxwidth.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/spirit/home/karma/directive/maxwidth.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/directive/maxwidth.hpp (original)
+++ trunk/boost/spirit/home/karma/directive/maxwidth.hpp 2009-05-22 12:36:08 EDT (Fri, 22 May 2009)
@@ -171,7 +171,7 @@
// Generator generators: make_xxx function (objects)
///////////////////////////////////////////////////////////////////////////
- // creates left_align[] directive generator
+ // creates maxwidth[] directive generator
template <typename Subject, typename Modifiers>
struct make_directive<tag::maxwidth, Subject, Modifiers>
{