X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=6aea40682d98b499f36916e712718a2c5c78483c;hp=4dbce035fd38c56023f3dbe5fe0ca97a706eda37;hb=431c3ac485386cc10413fc8a3c7d338dcc71602d;hpb=190aea4cdc6e8e165028803be846563da53f9330 diff --git a/src/uci.cpp b/src/uci.cpp index 4dbce035..6aea4068 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -129,7 +129,7 @@ void UCI::loop(const string& args) { namespace { // position() is called when engine receives the "position" UCI command. - // The function sets up the position described in the given fen string ("fen") + // The function sets up the position described in the given FEN string ("fen") // or the starting position ("startpos") and then makes the moves given in the // following move list ("moves").