Kaynağa Gözat

STYLE: DependencyGraph: fix comment

Sascha Zelzer 15 yıl önce
ebeveyn
işleme
041d28eeaf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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