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 ed86ec5 commit b2e9778Copy full SHA for b2e9778
src/util/allocate_objects.h
@@ -95,10 +95,10 @@ class allocate_objectst
95
const irep_idt &basename_prefix);
96
};
97
98
-/// Create code allocating object of size `size` and assigning it to `lhs`
99
-/// \param lhs : pointer which will be allocated
100
-/// \param size : size of the object
101
-/// \return code allocation object and assigning `lhs`
+/// Create code allocating an object of size `size` and assigning it to `lhs`
+/// \param lhs: pointer which will be allocated
+/// \param size: size of the object
+/// \return code allocating the object and assigning it to `lhs`
102
code_assignt make_allocate_code(const symbol_exprt &lhs, const exprt &size);
103
104
#endif // CPROVER_UTIL_ALLOCATE_OBJECTS_H
0 commit comments