Fixes a typo in comment, by Vlad Losev.
This commit is contained in:
		@@ -171,7 +171,7 @@ class ParamGeneratorInterface {
 | 
				
			|||||||
  virtual ParamIteratorInterface<T>* End() const = 0;
 | 
					  virtual ParamIteratorInterface<T>* End() const = 0;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Wraps ParamGeneratorInetrface<T> and provides general generator syntax
 | 
					// Wraps ParamGeneratorInterface<T> and provides general generator syntax
 | 
				
			||||||
// compatible with the STL Container concept.
 | 
					// compatible with the STL Container concept.
 | 
				
			||||||
// This class implements copy initialization semantics and the contained
 | 
					// This class implements copy initialization semantics and the contained
 | 
				
			||||||
// ParamGeneratorInterface<T> instance is shared among all copies
 | 
					// ParamGeneratorInterface<T> instance is shared among all copies
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user