summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-05 16:21:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-05 16:21:10 +0000
commit84ececa04c2185a19df0a6e700486bd8f1994ae0 (patch)
tree11aa7ebe18e4dfcfb91619439f3bbc5291f621e5 /crawl-ref/source/religion.cc
parent5b6b2876bdf8be3ae10a77683e34cd7266255651 (diff)
downloadcrawl-ref-84ececa04c2185a19df0a6e700486bd8f1994ae0.tar.gz
crawl-ref-84ececa04c2185a19df0a6e700486bd8f1994ae0.zip
Add another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8250 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-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 7e9374e7d7..0ac7d2e314 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -88,8 +88,8 @@ REVISION("$Rev$");
// & 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 is if piety gain is more than one.
enum piety_gain_t
{
PIETY_NONE, PIETY_SOME, PIETY_LOTS,