Fixed spelling of `propagation'.
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 29 Oct 2002 22:55:11 +0000 (22:55 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 29 Oct 2002 22:55:11 +0000 (22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4422 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure.h
include/llvm/Analysis/DataStructure/DataStructure.h
include/llvm/Analysis/IntervalPartition.h

index ab140bac874e4ba670a7dae782bac3fbf232cffb..9659c6074a81ba8f10b5fc25b5ce0139191afd03 100644 (file)
@@ -62,7 +62,7 @@ public:
 
 // BUDataStructures - The analysis that computes the interprocedurally closed
 // data structure graphs for all of the functions in the program.  This pass
-// only performs a "Bottom Up" propogation (hence the name).
+// only performs a "Bottom Up" propagation (hence the name).
 //
 class BUDataStructures : public Pass {
   // DSInfo, one graph for each function
index ab140bac874e4ba670a7dae782bac3fbf232cffb..9659c6074a81ba8f10b5fc25b5ce0139191afd03 100644 (file)
@@ -62,7 +62,7 @@ public:
 
 // BUDataStructures - The analysis that computes the interprocedurally closed
 // data structure graphs for all of the functions in the program.  This pass
-// only performs a "Bottom Up" propogation (hence the name).
+// only performs a "Bottom Up" propagation (hence the name).
 //
 class BUDataStructures : public Pass {
   // DSInfo, one graph for each function
index 44e730c42b951475323836775e2981e337fe4ccf..508f00589bc51f8ecdf46aa12a3cd89433a0a077 100644 (file)
@@ -89,7 +89,7 @@ private:
 
   // updatePredecessors - Interval generation only sets the successor fields of
   // the interval data structures.  After interval generation is complete,
-  // run through all of the intervals and propogate successor info as
+  // run through all of the intervals and propagate successor info as
   // predecessor info.
   //
   void updatePredecessors(Interval *Int);