[llvm-commits] [llvm] r111627 - /llvm/trunk/bindings/ocaml/llvm/llvm.mli
Bob Wilson
bob.wilson at apple.com
Fri Aug 20 07:54:37 PDT 2010
Author: bwilson
Date: Fri Aug 20 09:54:37 2010
New Revision: 111627
URL: http://llvm.org/viewvc/llvm-project?rev=111627&view=rev
Log:
Fix a typo.
Modified:
llvm/trunk/bindings/ocaml/llvm/llvm.mli
Modified: llvm/trunk/bindings/ocaml/llvm/llvm.mli
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/llvm/llvm.mli?rev=111627&r1=111626&r2=111627&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.mli (original)
+++ llvm/trunk/bindings/ocaml/llvm/llvm.mli Fri Aug 20 09:54:37 2010
@@ -999,7 +999,7 @@
= "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
More information about the llvm-commits
mailing list