[llvm-commits] CVS: llvm/include/llvm/Bytecode/Primitives.h
Misha Brukman
brukman at cs.uiuc.edu
Mon Aug 18 09:28:01 PDT 2003
Changes in directory llvm/include/llvm/Bytecode:
Primitives.h updated: 1.9 -> 1.10
---
Log message:
Spell `necessary' correctly.
---
Diffs of the changes:
Index: llvm/include/llvm/Bytecode/Primitives.h
diff -u llvm/include/llvm/Bytecode/Primitives.h:1.9 llvm/include/llvm/Bytecode/Primitives.h:1.10
--- llvm/include/llvm/Bytecode/Primitives.h:1.9 Wed Jun 11 14:44:51 2003
+++ llvm/include/llvm/Bytecode/Primitives.h Mon Aug 18 09:27:44 2003
@@ -5,7 +5,7 @@
//
// Using the routines defined in this file does not require linking to any
// libraries, as all of the services are small self contained units that are to
-// be inlined as neccesary.
+// be inlined as necessary.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list