diff --git a/struct/vec.c b/struct/vec.c
index 883d353f0e3995069d9b21af359729617bcf54c3..18a58c8213e1657af58ec163f0ebd5acab8cf83d 100644
--- a/struct/vec.c
+++ b/struct/vec.c
@@ -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