]> git.sesse.net Git - stockfish/blobdiff - src/bitbase.cpp
Rename Position::hidden_checkers to check_blockers
[stockfish] / src / bitbase.cpp
index 7322a00ff79587bb069c0abde373d328169d64c3..dbda28e0019cf9e161b826cd4130307f2db6cb97 100644 (file)
@@ -33,7 +33,7 @@ namespace {
 
   // A KPK bitbase index is an integer in [0, IndexMax] range
   //
-  // Information is mapped in a way that minimizes number of iterations:
+  // Information is mapped in a way that minimizes the number of iterations:
   //
   // bit  0- 5: white king square (from SQ_A1 to SQ_H8)
   // bit  6-11: black king square (from SQ_A1 to SQ_H8)