Skip to content
Snippets Groups Projects
Commit 7b312578 authored by iliya.saroukha's avatar iliya.saroukha
Browse files

final comments

parent 4c90029d
Branches
No related tags found
No related merge requests found
......@@ -280,8 +280,8 @@ void vec_print(vec_t *vec) {
}
/**
* @brief Function that deallocates memory used up by the vector that was passed as
* an argument to the function. Subsequently the pointer will be set to NULL,
* @brief Function that deallocates memory used up by the vector that was passed
* as an argument to the function. Subsequently the pointer will be set to NULL,
* that way it can be re-used safely later in the program
*
* @param vec Vector which we wish to destroy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment