summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-02 14:42:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-02 14:42:40 +0000
commit06f4ee1499c376ffce41c0384136b110ddea2f95 (patch)
tree515784b405c34784ebea83f846c89c4727235f68 /crawl-ref/source
parent38d5365fe1e4ddb7a4d5955f7feb70118c4ee37f (diff)
downloadcrawl-ref-06f4ee1499c376ffce41c0384136b110ddea2f95.tar.gz
crawl-ref-06f4ee1499c376ffce41c0384136b110ddea2f95.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4808 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mutation.cc2
-rw-r--r--crawl-ref/source/religion.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 729d46df4b..ee62926516 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -2372,7 +2372,7 @@ bool delete_mutation(mutation_type which_mutation, bool failMsg,
static int body_covered(void)
{
- // checks how much of your body is covered by scales, etc.
+ // Check how much of your body is covered by scales, etc.
int covered = 0;
if (you.species == SP_NAGA)
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}