summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index b271b715ce..ffb665f089 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -584,7 +584,7 @@ bool item_is_critical(const item_def &item)
&& item.plus != RUNE_ABYSSAL);
}
-// Is item something that no one would bother enchanting?
+// Is item something that no one would usually bother enchanting?
bool item_is_mundane(const item_def &item)
{
switch (item.base_type)