OSDN Git Service

Fix typo in comment
authorBrian Gaeke <gaeke@uiuc.edu>
Sat, 28 Feb 2004 21:55:18 +0000 (21:55 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sat, 28 Feb 2004 21:55:18 +0000 (21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11966 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Pass.cpp

index 33f606f..982de90 100644 (file)
@@ -182,7 +182,7 @@ void Pass::dumpPassStructure(unsigned Offset) {
   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())