[llvm] r220377 - [OCaml] Fix a typo in documentation.

Peter Zotov whitequark at whitequark.org
Wed Oct 22 03:24:05 PDT 2014


Author: whitequark
Date: Wed Oct 22 05:24:05 2014
New Revision: 220377

URL: http://llvm.org/viewvc/llvm-project?rev=220377&view=rev
Log:
[OCaml] Fix a typo in documentation.

Modified:
    llvm/trunk/bindings/ocaml/target/llvm_target.mli

Modified: llvm/trunk/bindings/ocaml/target/llvm_target.mli
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/target/llvm_target.mli?rev=220377&r1=220376&r2=220377&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/target/llvm_target.mli (original)
+++ llvm/trunk/bindings/ocaml/target/llvm_target.mli Wed Oct 22 05:24:05 2014
@@ -67,7 +67,7 @@ module DataLayout : sig
       See the method [llvm::DataLayout::getStringRepresentation]. *)
   val as_string : t -> string
 
-  (** [add_to_pass_manager dl pm] adds the target data [dl] to
+  (** [add_to_pass_manager pm dl] adds the data layout [dl] to
       the pass manager [pm].
       See the method [llvm::PassManagerBase::add]. *)
   val add_to_pass_manager : [<Llvm.PassManager.any] Llvm.PassManager.t ->





More information about the llvm-commits mailing list