]> granicus.if.org Git - nethack/commitdiff
level flip comment bit
authorPatR <rankin@nethack.org>
Tue, 25 Feb 2020 01:29:32 +0000 (17:29 -0800)
committerPatR <rankin@nethack.org>
Tue, 25 Feb 2020 01:29:32 +0000 (17:29 -0800)
src/cmd.c

index 9f197bcbe9557ae26b3305a932c823dcaf998dc2..6a0bf64e3ea92557729bff83c619756c78157512 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -1,4 +1,4 @@
-/* NetHack 3.6 cmd.c   $NHDT-Date: 1582592803 2020/02/25 01:06:43 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.405 $ */
+/* NetHack 3.6 cmd.c   $NHDT-Date: 1582594149 2020/02/25 01:29:09 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.406 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2013. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -1019,7 +1019,7 @@ wiz_level_tele(VOID_ARGS)
     return 0;
 }
 
-/* #wizlevelflip - flip the current level */
+/* #wizlevelflip - transpose the current level */
 static int
 wiz_level_flip(VOID_ARGS)
 {
@@ -1031,7 +1031,7 @@ wiz_level_flip(VOID_ARGS)
      *   levregions,
      *   monster mtrack,
      *   migrating monsters aimed at returning to specific coordinates
-     *     on the this level
+     *     on this level
      * as flipping is normally done only during level creation.
      */
     if (wizard) {