diff --git a/arbre.h b/arbre.h index ab64c40..4dd099e 100644 --- a/arbre.h +++ b/arbre.h @@ -39,7 +39,7 @@ void decompression(FILE *entree, FILE *sortie); */ void assignationCode(Arbre arbre, int codeActuel, int longueur, Lettre *lettresListe, int *i, int *longueurTotale); -// Convertis un arbre (struct Arbre) en Liste (struct Letre) +// Convertis un arbre (struct Arbre) en Liste (struct Lettre). Lettre * arbreVersListe(Arbre arbre, int taille, int *tailleTotale); #endif