Переглянути джерело

STYLE: DependencyGraph: fix comment

Sascha Zelzer 15 роки тому
батько
коміт
041d28eeaf
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Libs/Core/ctkDependencyGraph.cpp

+ 1 - 1
Libs/Core/ctkDependencyGraph.cpp

@@ -38,7 +38,7 @@ class ctkDependencyGraph::ctkInternal
 public:
   ctkInternal(ctkDependencyGraph* p);
   
-  /// Compute indegree
+  /// Compute outdegree
   void computeOutdegrees(QVarLengthArray<int, MAXV>& computedOutdegrees);
   
   /// Traverse tree using Depth-first_search