From 0d4f396c1c1b9a3aacbd5f2bb80c0ec00146e8c1 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 16 May 2009 00:41:20 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9779 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 596e1c7374..70610c9e95 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -196,7 +196,7 @@ static bool _valid_weapon_swap(const item_def &item) return (false); } - // Boneshards. + // Bone Shards. if (item.base_type == OBJ_CORPSES) { return (item.sub_type == CORPSE_SKELETON -- cgit v1.2.3-54-g00ecf