[llvm] bce08d8 - [OCaml] Fix typo "moethd"
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 08:22:59 PST 2024
Author: Jay Foad
Date: 2024-11-05T16:22:50Z
New Revision: bce08d822f8dc2993c831a05a33449ac495781ac
URL: https://github.com/llvm/llvm-project/commit/bce08d822f8dc2993c831a05a33449ac495781ac
DIFF: https://github.com/llvm/llvm-project/commit/bce08d822f8dc2993c831a05a33449ac495781ac.diff
LOG: [OCaml] Fix typo "moethd"
Added:
Modified:
llvm/bindings/ocaml/llvm/llvm.mli
Removed:
################################################################################
diff --git a/llvm/bindings/ocaml/llvm/llvm.mli b/llvm/bindings/ocaml/llvm/llvm.mli
index 076e651ba158fc..17cad1f43888be 100644
--- a/llvm/bindings/ocaml/llvm/llvm.mli
+++ b/llvm/bindings/ocaml/llvm/llvm.mli
@@ -696,7 +696,7 @@ val named_struct_type : llcontext -> string -> lltype
(** [struct_set_body ty elts ispacked] sets the body of the named struct [ty]
to the [elts] elements.
- See the moethd [llvm::StructType::setBody]. *)
+ See the method [llvm::StructType::setBody]. *)
val struct_set_body : lltype -> lltype array -> bool -> unit
(** [struct_element_types sty] returns the constituent types of the struct type
More information about the llvm-commits
mailing list