remove outdated comment

This commit is contained in:
Khaïs COLIN 2025-03-21 14:40:36 +01:00
parent 10b1ac6711
commit 532d71efb0
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -3,10 +3,10 @@
/* ::: :::::::: */ /* ::: :::::::: */
/* worddesc.c :+: :+: :+: */ /* worddesc.c :+: :+: :+: */
/* +:+ +:+ +:+ */ /* +:+ +:+ +:+ */
/* By: jguelen <jguelen@student.42.fr> +#+ +:+ +#+ */ /* By: khais <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/13 17:20:36 by khais #+# #+# */ /* Created: 2025/03/21 14:40:02 by khais #+# #+# */
/* Updated: 2025/03/21 10:10:02 by jguelen ### ########.fr */ /* Updated: 2025/03/21 14:40:07 by khais ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -23,9 +23,6 @@
** **
** return null in case of error, or if word is null ** return null in case of error, or if word is null
** **
** mark_string is initialized as a string of the same length as word, but filled
** with spaces
**
** In case of allocation error, word is freed, as well as any memory allocated ** In case of allocation error, word is freed, as well as any memory allocated
** in this function ** in this function
*/ */