X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=6aea40682d98b499f36916e712718a2c5c78483c;hp=4dbce035fd38c56023f3dbe5fe0ca97a706eda37;hb=f5727deee3823accf791984836f45db78e3a53e5;hpb=13a73f67c018e58b2fd46f886c45ef2b75188c8e 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").