diff --git a/libwccl/ops/match/conditions/repeatedmatch.h b/libwccl/ops/match/conditions/repeatedmatch.h
index b26230ceadd9039eb36e5bdd62bf3b20dd5cc7ba..0454373b91f8761eeb73f0c76d6c8e3785285224 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.