[llvm-commits] CVS: llvm/lib/VMCore/Pass.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Sat Feb 28 15:56:01 PST 2004
Changes in directory llvm/lib/VMCore:
Pass.cpp updated: 1.55 -> 1.56
---
Log message:
Fix typo in comment
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/VMCore/Pass.cpp
diff -u llvm/lib/VMCore/Pass.cpp:1.55 llvm/lib/VMCore/Pass.cpp:1.56
--- llvm/lib/VMCore/Pass.cpp:1.55 Sun Feb 8 18:59:07 2004
+++ llvm/lib/VMCore/Pass.cpp Sat Feb 28 15:55:18 2004
@@ -182,7 +182,7 @@
std::cerr << std::string(Offset*2, ' ') << getPassName() << "\n";
}
-// getPassName - Use C++ RTTI to get a SOMEWHAT intelligable name for the pass.
+// getPassName - Use C++ RTTI to get a SOMEWHAT intelligible name for the pass.
//
const char *Pass::getPassName() const {
if (const PassInfo *PI = getPassInfo())
More information about the llvm-commits
mailing list