Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses/FactorCollection.h')
-rw-r--r--moses/FactorCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FactorCollection.h b/moses/FactorCollection.h
index e7749244f..8c3db5da9 100644
--- a/moses/FactorCollection.h
+++ b/moses/FactorCollection.h
@@ -44,7 +44,7 @@ namespace Moses
* private and friended to FactorFriend. The STL containers can delegate
* copying, so friending the container isn't sufficient. STL containers see
* FactorFriend's public copy constructor and everybody else sees Factor's
- * private copy constructor.
+ * private copy constructor.
*/
struct FactorFriend {
Factor in;