We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41312b0 commit bce08d8Copy full SHA for bce08d8
llvm/bindings/ocaml/llvm/llvm.mli
@@ -696,7 +696,7 @@ val named_struct_type : llcontext -> string -> lltype
696
697
(** [struct_set_body ty elts ispacked] sets the body of the named struct [ty]
698
to the [elts] elements.
699
- See the moethd [llvm::StructType::setBody]. *)
+ See the method [llvm::StructType::setBody]. *)
700
val struct_set_body : lltype -> lltype array -> bool -> unit
701
702
(** [struct_element_types sty] returns the constituent types of the struct type
0 commit comments