]> git.sesse.net Git - vlc/commitdiff
vlc_block.h: typo in comment
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Thu, 3 Jun 2010 14:25:45 +0000 (16:25 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 7 Jul 2010 15:02:02 +0000 (17:02 +0200)
include/vlc_block.h

index 21587adc1b2ec9f7c0231411770b25ae378ab0a5..79389868eb02d1e47f8a1a6e2650cee118381266 100644 (file)
@@ -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;