X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.cpp;h=40890acfd3b15e607211e137f889aa0ee3eef4b7;hb=d490bb99734bd6e2f8a0a352d2f3f1ba264ece66;hp=dc0b51525981ba3656159c5255ebd06977ef5695;hpb=cc76524c2e36345fcbf5fcdd3618a5dafd166b62;p=stockfish 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.