]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Even more spelling fixes
[stockfish] / src / uci.cpp
index 4dbce035fd38c56023f3dbe5fe0ca97a706eda37..6aea40682d98b499f36916e712718a2c5c78483c 100644 (file)
@@ -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").