@@ -23,7 +23,7 @@ open Ctypes
2323type t
2424(* * Signal_info represents a signal. It's a sub-struct of Callable_info and
2525 contains a set of flags and a class closure.
26- See Callable_info for information on how to retreive arguments and other
26+ See Callable_info for information on how to retrieve arguments and other
2727 metadata from the signal. *)
2828
2929val signalinfo : t structure typ
@@ -41,7 +41,7 @@ val get_class_closure : t structure ptr -> Callable_info.t structure ptr option
4141 is a virtual function on the type that the signal belongs to. If the signal
4242 lacks a closure None will be returned.
4343 In order to avoid circular call graph between Signal_info and VFunc_info,
44- this function will return a Callable_info. It is upto the user to use
44+ this function will return a Callable_info. It is up to the user to use
4545 GIVSignalInfo.from_callableinfo in order to have the VFunc_info.*)
4646
4747val cast_from_baseinfo : Base_info .t structure ptr -> t structure ptr
@@ -51,7 +51,7 @@ val cast_to_baseinfo : t structure ptr -> Base_info.t structure ptr
5151(* * Just cast OCaml Ctypes signal info to base info *)
5252
5353val add_unref_finaliser : t structure ptr -> t structure ptr
54- (* * Add unref of the C underlying structure whith Gc.finalise. *)
54+ (* * Add unref of the C underlying structure with Gc.finalise. *)
5555
5656val from_baseinfo : Base_info .t structure ptr -> t structure ptr
5757(* * Return a Signal_info.t from a Base_info.t, the underlying C structure
0 commit comments