Skip to content
Snippets Groups Projects
Commit 40c40cb3 authored by Thibault Martin's avatar Thibault Martin
Browse files

Merge branch 'fix/blanchard/doc/typos' into 'master'

[doc] fixes two typos in documentation

See merge request frama-c/frama-c!4318
parents 03c820e8 e87580c1
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ val is_in_libc : t -> bool
val is_not_called: t -> bool
(** @return true if the given function is not called in the program.
Warning, @return false does not ensure that the function is called.
Warning, return false does not ensure that the function is called.
@since Frama-C+dev *)
val is_entry_point: t -> bool
......
......@@ -63,7 +63,7 @@ val interv_of_logic_typ : logic_type -> ival
(** @return the smallest interval which contains the given logic type. *)
exception Not_representable_ival
(** raised by {!ikind_of_ival].
(** raised by {!ikind_of_ival}.
@since Frama-C+dev
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment