From 5de24d2a0d8cc7c023420931078b48da0daf268d Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 1 Dec 2019 19:11:12 -0500 Subject: [PATCH] follow-up bit --- src/minion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minion.c b/src/minion.c index bdeed7aa0..fa37a5480 100644 --- a/src/minion.c +++ b/src/minion.c @@ -405,7 +405,7 @@ aligntyp atyp; /* A_NONE is used for 'any alignment' */ struct permonst *ptr; /* - * As of 3.6.2: [fix #H2204, 22-Dec-2010, eight years later...] + * 3.6.2: [fixed #H2204, 22-Dec-2010, eight years later...] * pick a correctly aligned demon in one try. This used to * use mkclass() to choose a random demon type and keep trying * (up to 20 times) until it got one with the desired alignment.