diff -r 218171dc022d -r c5cd8960df74 lemon/suurballe.h --- a/lemon/suurballe.h Mon Aug 05 14:21:58 2013 +0200 +++ b/lemon/suurballe.h Tue Aug 06 05:38:49 2013 +0200 @@ -682,7 +682,7 @@ /// /// This function returns the total length of the found paths, i.e. /// the total cost of the found flow. - /// The complexity of the function is O(e). + /// The complexity of the function is O(m). /// /// \pre \ref run() or \ref findFlow() must be called before using /// this function.