summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 97a5db867f..68d6145d46 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -253,7 +253,7 @@ static void _try_brand_switch(const int item_index)
item_def &item(mitm[item_index]);
- // Only apply to melee weapons for the player.
+ // Only apply it to melee weapons for the player.
if (item.base_type != OBJ_WEAPONS || is_range_weapon(item))
return;