Fix a typo.

llvm-svn: 111627
This commit is contained in:
Bob Wilson 2010-08-20 14:54:37 +00:00
parent 8264a68b4c
commit da7be91e1c
1 changed files with 1 additions and 1 deletions

View File

@ -999,7 +999,7 @@ external const_insertelement : llvalue -> llvalue -> llvalue -> llvalue
= "LLVMConstInsertElement"
(** [const_shufflevector a b mask] returns a constant [shufflevector].
See the LLVM Language Reference for details on the [sufflevector]
See the LLVM Language Reference for details on the [shufflevector]
instruction.
See the method [llvm::ConstantExpr::getShuffleVector]. *)
external const_shufflevector : llvalue -> llvalue -> llvalue -> llvalue