Skip to content

Commit b2e9778

Browse files
committed
Tidy up documentation of make_allocate_code
1 parent ed86ec5 commit b2e9778

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/util/allocate_objects.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ class allocate_objectst
9595
const irep_idt &basename_prefix);
9696
};
9797

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`
98+
/// Create code allocating an 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 allocating the object and assigning it to `lhs`
102102
code_assignt make_allocate_code(const symbol_exprt &lhs, const exprt &size);
103103

104104
#endif // CPROVER_UTIL_ALLOCATE_OBJECTS_H

0 commit comments

Comments
 (0)