X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_block.h;h=79389868eb02d1e47f8a1a6e2650cee118381266;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=21587adc1b2ec9f7c0231411770b25ae378ab0a5;hpb=d8bc8db8f074a4c9fe38910688d5d7caa8989e21;p=vlc diff --git a/include/vlc_block.h b/include/vlc_block.h index 21587adc1b..79389868eb 100644 --- a/include/vlc_block.h +++ b/include/vlc_block.h @@ -48,7 +48,7 @@ * - p_buffer: pointer over datas. You should never overwrite it, you can * only incremment it to skip datas, in others cases use block_Realloc * (don't duplicate yourself in a bigger buffer, block_Realloc is - * optimised for prehader/postdatas increase) + * optimised for preheader/postdatas increase) ****************************************************************************/ typedef struct block_sys_t block_sys_t;