Fixed spelling of `propagation'.

llvm-svn: 4422
This commit is contained in:
Misha Brukman 2002-10-29 22:55:11 +00:00
parent 02a3d837c2
commit b1e1d35012
2 changed files with 2 additions and 2 deletions

View 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

View 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);