summaryrefslogtreecommitdiff
path: root/lib/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-27 06:18:25 +0000
committerChris Lattner <sabre@nondot.org>2005-02-27 06:18:25 +0000
commitda895d63377b421dc50117befb2bec80d2973526 (patch)
tree4544a49d23c4692c9e14236a5ffa6297b5001c64 /lib/Bytecode
parentf8db8a04328f11fada2cf81f4b8b2431b3fb1548 (diff)
downloadllvm-da895d63377b421dc50117befb2bec80d2973526.tar.gz
llvm-da895d63377b421dc50117befb2bec80d2973526.tar.bz2
llvm-da895d63377b421dc50117befb2bec80d2973526.tar.xz
Fix spelling, patch contributed by Gabor Greif!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Writer/Writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp
index 98a4234a41..5218c9e8c9 100644
--- a/lib/Bytecode/Writer/Writer.cpp
+++ b/lib/Bytecode/Writer/Writer.cpp
@@ -424,7 +424,7 @@ void BytecodeWriter::outputConstantStrings() {
//===----------------------------------------------------------------------===//
typedef unsigned char uchar;
-// outputInstructionFormat0 - Output those wierd instructions that have a large
+// outputInstructionFormat0 - Output those weird instructions that have a large
// number of operands or have large operands themselves...
//
// Format: [opcode] [type] [numargs] [arg0] [arg1] ... [arg<numargs-1>]