Skip to content
Snippets Groups Projects
Commit 9f69925d authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

Fixed a typo in e_acsl_mmodel_api.h

parent 9fe6e790
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ void __initialize(void * ptr, size_t size)
void __full_init(void * ptr)
__attribute__((FC_BUILTIN));
/*! \brief Mark a memory block which start address is given by \ptr as
/*! \brief Mark a memory block which start address is given by \p ptr as
* read-only. */
/*@ assigns \nothing; */
void __readonly(void * ptr)
......
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