summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-04 07:14:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-04 07:14:34 +0000
commitf5e55fd944784181102ecdf93c6eca2da4e509b2 (patch)
tree3b60c080f757a96e5f6d0f64017b38ec96af9104 /crawl-ref/source
parent02d8c0aadd5577527838f1ff35cc7ef15bc9bb1c (diff)
downloadcrawl-ref-f5e55fd944784181102ecdf93c6eca2da4e509b2.tar.gz
crawl-ref-f5e55fd944784181102ecdf93c6eca2da4e509b2.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7382 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index d4ca1964cb..e1d969745c 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -85,8 +85,8 @@
// & is replaced by "is" or "are" as appropriate for the item.
// % is replaced by "s" or "" as appropriate.
// <> and </> are replaced with colors.
-// First message is if there's no piety gain, second is if piety gain
-// is one, third message is if piety gain is more than one.
+// First message is if there's no piety gain; second is if piety gain
+// is one; third message is if piety gain is more than one.
enum piety_gain_t
{
PIETY_NONE, PIETY_SOME, PIETY_LOTS,