summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 32e5a62f62..95b89aa8f5 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -7770,8 +7770,8 @@ void seen_monster(monsters *monster)
//
// shift_monster
//
-// Moves a monster to approximately (x,y) and returns true
-// if monster was moved.
+// Moves a monster to approximately (x, y) and returns true if
+// the monster was moved.
//
//---------------------------------------------------------------
bool shift_monster( monsters *mon, int x, int y )