X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=74217fe3c75f5e670ebdb7cce662524ab4d812ea;hb=13a73f67c018e58b2fd46f886c45ef2b75188c8e;hp=ecc9a39e459cd63a6003359f3b6554406a098222;hpb=500b9b0eb3b20ef58ff1280a089ab2ef1e3c6436;p=stockfish diff --git a/src/search.h b/src/search.h index ecc9a39e..74217fe3 100644 --- a/src/search.h +++ b/src/search.h @@ -85,7 +85,7 @@ struct LimitsType { /// The SignalsType struct stores volatile flags updated during the search -/// typically in an async fashion, for instance to stop the search by the GUI. +/// typically in an async fashion e.g. to stop the search by the GUI. struct SignalsType { bool stopOnPonderhit, firstRootMove, stop, failedLowAtRoot;