]> granicus.if.org Git - nethack/commitdiff
follow-up bit
authornhmall <nhmall@nethack.org>
Mon, 2 Dec 2019 00:11:12 +0000 (19:11 -0500)
committernhmall <nhmall@nethack.org>
Mon, 2 Dec 2019 00:11:12 +0000 (19:11 -0500)
src/minion.c

index bdeed7aa0ddcd17cba14aaf7ebb4a09d5addf0bc..fa37a5480281c43dba7ac7e75a16e341fc8c8afc 100644 (file)
@@ -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.