From ee023bf3cd080400a37e7371ffb3e3937709f98b Mon Sep 17 00:00:00 2001
From: Adam Wardynski <award@.(B-4.4.46a)>
Date: Fri, 18 Mar 2011 18:14:14 +0100
Subject: [PATCH] Fix comment.

---
 libwccl/ops/match/conditions/repeatedmatch.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libwccl/ops/match/conditions/repeatedmatch.h b/libwccl/ops/match/conditions/repeatedmatch.h
index b26230c..0454373 100644
--- a/libwccl/ops/match/conditions/repeatedmatch.h
+++ b/libwccl/ops/match/conditions/repeatedmatch.h
@@ -33,13 +33,13 @@ public:
 	MatchResult apply(boost::shared_ptr<Position> iter_pos, const FunExecContext& context) const;
 
 	/**
-	 * @returns String representation of the Action
+	 * @returns String representation of the MatchCondition
 	 */
 	std::string to_string(const Corpus2::Tagset& tagset) const;
 
 protected:
 	/**
-	 * Writes string representation of the TokenCondition to
+	 * Writes string representation of the MatchCondition to
 	 * an output stream.
 	 * @returns Stream written to.
 	 * @note May be incomplete and/or containt internal info.
-- 
GitLab