summaryrefslogtreecommitdiffstats
path: root/knights/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/logic.cpp')
-rw-r--r--knights/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/logic.cpp b/knights/logic.cpp
index 95baa78..0622a21 100644
--- a/knights/logic.cpp
+++ b/knights/logic.cpp
@@ -1064,7 +1064,7 @@ void logic::_HashLegal( const bool Recursion )
switch( chessman[ManPtr].Type )
{
- /* ROOK & TQUEEN */
+ /* ROOK & QUEEN */
case Rook:
case Queen:
/* Positive Rank Movement */