diff options
Diffstat (limited to 'include/llvm/Bytecode/Primitives.h')
-rw-r--r-- | include/llvm/Bytecode/Primitives.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bytecode/Primitives.h b/include/llvm/Bytecode/Primitives.h index ee552c2..f8158a0 100644 --- a/include/llvm/Bytecode/Primitives.h +++ b/include/llvm/Bytecode/Primitives.h @@ -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. // //===----------------------------------------------------------------------===// |