diff -r a954b780e3ab -r 81c8efe92706 lemon/dijkstra.h --- a/lemon/dijkstra.h Thu Feb 23 08:55:54 2006 +0000 +++ b/lemon/dijkstra.h Thu Feb 23 09:03:18 2006 +0000 @@ -484,7 +484,7 @@ ///Sets the heap and the cross reference used by algorithm. ///If you don't use this function before calling \ref run(), ///it will allocate one. The destuctor deallocates this - ///automatically allocated map, of course. + ///automatically allocated heap and cross reference, of course. ///\return (*this) Dijkstra &heap(Heap& heap, HeapCrossRef &crossRef) {