[vlc-commits] vlc_block: Fix spelling of 'subtract'

Sebastian Ramacher git at videolan.org
Wed Sep 27 09:02:17 CEST 2017


vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Tue Sep 26 23:19:53 2017 +0200| [9201da29d3e0f3ce76a3fea04c232490fb1cfca3] | committer: Thomas Guillem

vlc_block: Fix spelling of 'subtract'

Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9201da29d3e0f3ce76a3fea04c232490fb1cfca3
---

 include/vlc_block.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_block.h b/include/vlc_block.h
index 2bc230f2c7..1c94783016 100644
--- a/include/vlc_block.h
+++ b/include/vlc_block.h
@@ -158,9 +158,9 @@ VLC_API block_t *block_TryRealloc(block_t *, ssize_t pre, size_t body) VLC_USED;
  *
  * @return the reallocated block on succes, NULL on error.
  *
- * @note Skipping leading bytes can be achieved directly by substracting from
+ * @note Skipping leading bytes can be achieved directly by subtracting from
  * block_t.i_buffer and adding block_t.p_buffer.
- * @note Discard trailing bytes can be achieved directly by substracting from
+ * @note Discard trailing bytes can be achieved directly by subtracting from
  * block_t.i_buffer.
  * @note On error, the block is discarded.
  * To avoid that, use block_TryRealloc() instead.



More information about the vlc-commits mailing list