diff --git a/include/obj/NiSkinInstance.h b/include/obj/NiSkinInstance.h
index a1e83920f3aac01056e2945426dae294fd547e7e..ca2df8da4edaac0297e12e3ec2a4c78b0cdd95e0 100644
--- a/include/obj/NiSkinInstance.h
+++ b/include/obj/NiSkinInstance.h
@@ -92,7 +92,7 @@ public:
 	NIFLIB_API Ref<NiSkinPartition> GetSkinPartition() const;
 
 	/*!
-	 * This constructor is called by NiTriBasedGeom when it creates a new skin
+	 * This constructor is called by NiGeometry when it creates a new skin
 	 * instance using the BindSkin function.
 	 */
 	NIFLIB_HIDDEN void BindSkin( NiNode * skeleton_root, vector< Ref<NiNode> > bone_nodes );