diff --git a/multi/blog/2010-10-14-Fun-with-wav.md b/multi/blog/2010-10-14-Fun-with-wav.md index 454548c36..eda1e78c1 100644 --- a/multi/blog/2010-10-14-Fun-with-wav.md +++ b/multi/blog/2010-10-14-Fun-with-wav.md @@ -201,7 +201,8 @@ fr: Cependant j'utilise une assertion spécifique à `gcc` pour être certain qu __attribute__((__packed__)) -en: Therefore this implementation should work on any endianness of any platform but must be compiled using `gcc`. +en: Therefore this implementation should for big and little endian architecture. +en: However, it must be compiled with `gcc`. en: The new code make more tests but still don't use `mmap`. en: Here it is: