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 e04ba8b87e..656618228e 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -87,7 +87,7 @@ int torment_monsters(int x, int y, int pow, int caster)
aux = "Symbol of Torment";
break;
case TORMENT_SPWLD:
- // FIXME: If we ever make any other weapon / randart
+ // XXX: If we ever make any other weapon / randart
// eligible to torment, this will be incorrect.
aux = "Sceptre of Torment";
break;