Skip to content

Commit bce08d8

Browse files
committed
[OCaml] Fix typo "moethd"
1 parent 41312b0 commit bce08d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/bindings/ocaml/llvm/llvm.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ val named_struct_type : llcontext -> string -> lltype
696696

697697
(** [struct_set_body ty elts ispacked] sets the body of the named struct [ty]
698698
to the [elts] elements.
699-
See the moethd [llvm::StructType::setBody]. *)
699+
See the method [llvm::StructType::setBody]. *)
700700
val struct_set_body : lltype -> lltype array -> bool -> unit
701701

702702
(** [struct_element_types sty] returns the constituent types of the struct type

0 commit comments

Comments
 (0)