summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-speak.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-06-30 16:33:43 -0400
committerNeil Moore <neil@s-z.org>2013-06-30 16:33:43 -0400
commit6558d3f7e4694d9b35e60c1e82dd7d96078f7a0d (patch)
treedfb59fb4ac40e69db24ae42ec7b153559ae9f14b /crawl-ref/source/mon-speak.cc
parentc3cec7c6d97577da1d5202cb1c13c951563dcba0 (diff)
downloadcrawl-ref-6558d3f7e4694d9b35e60c1e82dd7d96078f7a0d.tar.gz
crawl-ref-6558d3f7e4694d9b35e60c1e82dd7d96078f7a0d.zip
Correct a few comments.
Diffstat (limited to 'crawl-ref/source/mon-speak.cc')
-rw-r--r--crawl-ref/source/mon-speak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-speak.cc b/crawl-ref/source/mon-speak.cc
index c46a160708..c3fbf8da6b 100644
--- a/crawl-ref/source/mon-speak.cc
+++ b/crawl-ref/source/mon-speak.cc
@@ -504,7 +504,7 @@ bool mons_speaks(monster* mons)
: you.religion;
// Add Beogh to list of prefixes for orcs (hostile and friendly) if you
- // worship Beogh. (This assumes your being a Hill Orc, so might have odd
+ // worship Beogh. (This assumes your being an orc, so might have odd
// results in wizard mode.) Don't count charmed or summoned orcs.
if (you.religion == GOD_BEOGH && mons_genus(mons->type) == MONS_ORC)
{