[llvm-commits] CVS: llvm/include/llvm/Bytecode/WriteBytecodePass.h
Nick Lewycky
nicholas at mxc.ca
Sun May 6 06:38:17 PDT 2007
Changes in directory llvm/include/llvm/Bytecode:
WriteBytecodePass.h updated: 1.22 -> 1.23
---
Log message:
Fix typo in comment.
---
Diffs of the changes: (+1 -1)
WriteBytecodePass.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Bytecode/WriteBytecodePass.h
diff -u llvm/include/llvm/Bytecode/WriteBytecodePass.h:1.22 llvm/include/llvm/Bytecode/WriteBytecodePass.h:1.23
--- llvm/include/llvm/Bytecode/WriteBytecodePass.h:1.22 Wed May 2 20:11:53 2007
+++ llvm/include/llvm/Bytecode/WriteBytecodePass.h Sun May 6 08:37:16 2007
@@ -26,7 +26,7 @@
bool DeleteStream;
bool CompressFile;
public:
- static char ID; // Pass identifcation, replacement for typeid
+ static char ID; // Pass identification, replacement for typeid
WriteBytecodePass()
: ModulePass((intptr_t) &ID), Out(&cout), DeleteStream(false),
CompressFile(false) {}
More information about the llvm-commits
mailing list