summaryrefslogtreecommitdiff
path: root/osr.c
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2018-08-26 13:54:38 -0700
committerRuss Allbery <rra@debian.org>2018-08-26 13:54:38 -0700
commit2fe573a289fdde28261ad714cfed7e2e10c7817d (patch)
tree5117718710b779300e8d3741936a1f7b5740c3f4 /osr.c
parent89adbd59353dd3a0944de2c86288976329f2b1dc (diff)
New upstream version 1.06.002
Diffstat (limited to 'osr.c')
-rw-r--r--osr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/osr.c b/osr.c
index af3bee1..4bd91f4 100644
--- a/osr.c
+++ b/osr.c
@@ -4,7 +4,7 @@
*
* one-sided race rollouts
*
- * by Jørn Thyssen <jthyssen@dk.ibm.com>, 2002.
+ * by Joern Thyssen <jthyssen@dk.ibm.com>, 2002.
* (after inspiration from osr.cc from fibs2html <fibs2html.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: osr.c,v 1.39 2016/05/11 21:33:08 plm Exp $
+ * $Id: osr.c,v 1.40 2018/04/23 21:49:59 plm Exp $
*/
/*lint -e514 */
@@ -707,7 +707,7 @@ osp(const unsigned int anBoard[25], const unsigned int nGames,
/* chequers outside home: do one sided rollout */
rollOSR(nGames, an, nOut, arProbs, MAX_PROBS, arGammonProbs, MAX_GAMMON_PROBS);
else {
- /* chequers inde home: use BEAROFF2 */
+ /* chequers inside home: use BEAROFF2 */
/* no gammon possible */
for (i = 0; i < MAX_GAMMON_PROBS; ++i)