summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 21453bd865..9190e4bf3f 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -1002,7 +1002,7 @@ static int _find_acquirement_subtype(object_class_type class_wanted,
type_wanted = (coinflip())? OBJ_RANDOM :
static_cast<int>(_random_nonbody_armour_type());
- // some species specific fitting problems
+ // Some species specific fitting problems.
switch (you.species)
{
case SP_OGRE: