[llvm-commits] CVS: llvm/tools/analyze/AnalysisWrappers.cpp

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 14 12:16:01 PDT 2003


Changes in directory llvm/tools/analyze:

AnalysisWrappers.cpp updated: 1.3 -> 1.4

---
Log message:

The word `separate' only has one `e'.


---
Diffs of the changes:

Index: llvm/tools/analyze/AnalysisWrappers.cpp
diff -u llvm/tools/analyze/AnalysisWrappers.cpp:1.3 llvm/tools/analyze/AnalysisWrappers.cpp:1.4
--- llvm/tools/analyze/AnalysisWrappers.cpp:1.3	Fri Aug 30 17:53:53 2002
+++ llvm/tools/analyze/AnalysisWrappers.cpp	Mon Jul 14 12:15:35 2003
@@ -4,7 +4,7 @@
 // be passes.  It provides a nice standard pass interface to these classes so
 // that they can be printed out by analyze.
 //
-// These classes are seperated out of analyze.cpp so that it is more clear which
+// These classes are separated out of analyze.cpp so that it is more clear which
 // code is the integral part of the analyze tool, and which part of the code is
 // just making it so more passes are available.
 //





More information about the llvm-commits mailing list