X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=40890acfd3b15e607211e137f889aa0ee3eef4b7;hp=dc0b51525981ba3656159c5255ebd06977ef5695;hb=d490bb99734bd6e2f8a0a352d2f3f1ba264ece66;hpb=d8f683760c9eb6d2c4714ec83e717dd2143de55c diff --git a/src/position.cpp b/src/position.cpp index dc0b5152..40890acf 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -377,7 +377,7 @@ void Position::set_state(StateInfo* si) const { /// Position::set() is an overload to initialize the position object with -/// the given endgame code string like "KBPKN". It is manily an helper to +/// the given endgame code string like "KBPKN". It is mainly a helper to /// get the material key out of an endgame code. Position is not playable, /// indeed is even not guaranteed to be legal.