Index: src/SynTree/TypeSubstitution.h
===================================================================
--- src/SynTree/TypeSubstitution.h	(revision 145f1fc837f3fe2237a52a1c4d10dfa54a209da5)
+++ src/SynTree/TypeSubstitution.h	(revision 724c2b6f8ab60e02cc9a9c5872b23139ff804274)
@@ -157,10 +157,8 @@
 }
 
-// helper function
+/// Instantiate each member of the context given the actual parameters specified, and store the
+/// instantiations for use by the indexer
 template< typename FormalIterator, typename ActualIterator, typename MemberIterator, typename OutputIterator >
 void applySubstitution( FormalIterator formalBegin, FormalIterator formalEnd, ActualIterator actual, MemberIterator memberBegin, MemberIterator memberEnd, OutputIterator out ) {
-	// Instantiate each member of the context given the actual parameters specified, and store the
-	// instantiations for use by the indexer
-
 	TypeSubstitution sub = TypeSubstitution( formalBegin, formalEnd, actual );
 	for ( std::list< Declaration* >::iterator i = memberBegin; i != memberEnd; ++i ) {
