]> git.sesse.net Git - stockfish/blobdiff - src/movegen.h
Big assorted spelling fixes
[stockfish] / src / movegen.h
index c93252a731859edc9a2421ee303cfe722e4baf3e..9ea4cec93d5006b2769a01da049c381e5c501885 100644 (file)
@@ -36,8 +36,8 @@ class Position;
 template<GenType>
 ExtMove* generate(const Position& pos, ExtMove* mlist);
 
-/// The MoveList struct is a simple wrapper around generate(), sometimes comes
-/// handy to use this class instead of the low level generate() function.
+/// The MoveList struct is a simple wrapper around generate(). It sometimes comes
+/// in handy to use this class instead of the low level generate() function.
 template<GenType T>
 struct MoveList {