Fix a typo.
authorBob Wilson <bob.wilson@apple.com>
Fri, 20 Aug 2010 14:54:37 +0000 (14:54 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 20 Aug 2010 14:54:37 +0000 (14:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111627 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/ocaml/llvm/llvm.mli

index 2f9e83797f0f058f865da3704e6a345bdfae18d4..4b9caadb61965762bc4d18aeb28f77be4f0ac6ca 100644 (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