DroidFish: Fixed inconsistent spelling of tablebases.

This commit is contained in:
Peter Osterlund 2014-10-12 00:53:40 +00:00
parent d5341ed0e1
commit e621fb77bd
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ class GtbProbe {
final static int UNKNOWN = 7;
/**
* Probe table bases.
* Probe tablebases.
* @param wtm True if white to move.
* @param epSq En passant square, or NOSQUARE.
* @param castleMask Castle mask.

View File

@ -66,7 +66,7 @@ public class RtbProbe {
public final static int NOINFO = 1000;
/**
* Probe table bases.
* Probe tablebases.
* @param squares Array of length 64, see Position class.
* @param wtm True if white to move.
* @param epSq En passant square, see Position class.