diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2002-10-29 22:55:11 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2002-10-29 22:55:11 +0000 |
commit | 81619b121c9a3ff32487343503ad80f2ffe48fc3 (patch) | |
tree | 6b9738abd1eace4c8f99b2e6a63d97fb84f90ae5 /include/llvm/Analysis/DataStructure/DataStructure.h | |
parent | b4f68ed32ede4cf7d31ce9e516e4074dad0a24ee (diff) |
Fixed spelling of `propagation'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DataStructure/DataStructure.h')
-rw-r--r-- | include/llvm/Analysis/DataStructure/DataStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DataStructure/DataStructure.h b/include/llvm/Analysis/DataStructure/DataStructure.h index ab140bac87..9659c6074a 100644 --- a/include/llvm/Analysis/DataStructure/DataStructure.h +++ b/include/llvm/Analysis/DataStructure/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 |