[llvm-commits] CVS: llvm/include/llvm/Pass.h

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 10 12:40:10 PDT 2003


Changes in directory llvm/include/llvm:

Pass.h updated: 1.39 -> 1.40

---
Log message:

Fix spelling.


---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Pass.h
diff -u llvm/include/llvm/Pass.h:1.39 llvm/include/llvm/Pass.h:1.40
--- llvm/include/llvm/Pass.h:1.39	Tue Sep 30 13:37:37 2003
+++ llvm/include/llvm/Pass.h	Fri Oct 10 12:38:57 2003
@@ -65,7 +65,7 @@
   /// implemented in terms of the name that is registered by one of the
   /// Registration templates, but can be overloaded directly, and if nothing
   /// else is available, C++ RTTI will be consulted to get a SOMEWHAT
-  /// intelligable name for the pass.
+  /// intelligible name for the pass.
   ///
   virtual const char *getPassName() const;
 





More information about the llvm-commits mailing list