[llvm-commits] CVS: llvm/www/docs/WritingAnLLVMPass.html
Christopher Lattner
lattner at cs.uiuc.edu
Sun Sep 8 22:49:01 PDT 2002
Changes in directory llvm/www/docs:
WritingAnLLVMPass.html updated: 1.6 -> 1.7
---
Log message:
Fix minor typo
---
Diffs of the changes:
Index: llvm/www/docs/WritingAnLLVMPass.html
diff -u llvm/www/docs/WritingAnLLVMPass.html:1.6 llvm/www/docs/WritingAnLLVMPass.html:1.7
--- llvm/www/docs/WritingAnLLVMPass.html:1.6 Thu Sep 5 21:02:58 2002
+++ llvm/www/docs/WritingAnLLVMPass.html Sun Sep 8 22:48:46 2002
@@ -194,7 +194,7 @@
This declares a "<tt>Hello</tt>" class that is a subclass of <tt><a
href="http://llvm.cs.uiuc.edu/doxygen/structFunctionPass.html">FunctionPass</a></tt>.
-The different builting pass subclasses are described in detail <a
+The different builtin pass subclasses are described in detail <a
href="#passtype">later</a>, but for now, know that <a href="#FunctionPass"><tt>FunctionPass</tt></a>'s
operate a function at a time.<p>
More information about the llvm-commits
mailing list