summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2002-10-29 22:55:11 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2002-10-29 22:55:11 +0000
commitb1e1d35012142159da47882556f58698cca59f77 (patch)
tree58b2292c3db10ebb2b52be6e75bc8858f869a80e /llvm
parent02a3d837c2b00d886b5ad56b1350c533fb722f46 (diff)
downloadbcm5719-llvm-b1e1d35012142159da47882556f58698cca59f77.tar.gz
bcm5719-llvm-b1e1d35012142159da47882556f58698cca59f77.zip
Fixed spelling of `propagation'.
llvm-svn: 4422
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Analysis/DataStructure.h2
-rw-r--r--llvm/include/llvm/Analysis/IntervalPartition.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Analysis/DataStructure.h b/llvm/include/llvm/Analysis/DataStructure.h
index ab140bac874..9659c6074a8 100644
--- a/llvm/include/llvm/Analysis/DataStructure.h
+++ b/llvm/include/llvm/Analysis/DataStructure.h
@@ -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
diff --git a/llvm/include/llvm/Analysis/IntervalPartition.h b/llvm/include/llvm/Analysis/IntervalPartition.h
index 44e730c42b9..508f00589bc 100644
--- a/llvm/include/llvm/Analysis/IntervalPartition.h
+++ b/llvm/include/llvm/Analysis/IntervalPartition.h
@@ -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);
OpenPOWER on IntegriCloud