1
0
Fork 0

Fix a comment.

This commit is contained in:
Max Neunhoeffer 2014-12-08 16:12:40 +01:00
parent 0ccb6dd48c
commit f6324dd9ec
1 changed files with 2 additions and 2 deletions

View File

@ -1161,9 +1161,9 @@ static int FillLookupSLOperator (TRI_index_operator_t* slOperator,
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// ............................................................................. // .............................................................................
// Note: this function will destroy the passed slOperator before it returns // Note: this function will not destroy the passed slOperator before it returns
// Warning: who ever calls this function is responsible for destroying // Warning: who ever calls this function is responsible for destroying
// TRI_skiplist_iterator_t* results // the TRI_index_operator_t* and the TRI_skiplist_iterator_t* results
// ............................................................................. // .............................................................................
TRI_skiplist_iterator_t* TRI_LookupSkiplistIndex (TRI_index_t* idx, TRI_skiplist_iterator_t* TRI_LookupSkiplistIndex (TRI_index_t* idx,