From 6249432407af8730c10bccc7894c0725fcaf5e47 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Wed, 29 May 2013 18:16:15 +0100 Subject: beautify --- moses/FactorCollection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moses/FactorCollection.h') 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; -- cgit v1.2.3