summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 68824f6002..679111ffea 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -518,7 +518,7 @@ static void _inc_gift_timeout(int val)
you.gift_timeout += val;
} // end inc_gift_timeout()
-// Only Yredelemnul and Okawaru use this for now
+// Only Yredelemnul and Okawaru use this for now.
static monster_type _random_servant(god_type god)
{
// error trapping {dlb}