[vlc-commits] vlc_threads: Fix typo
Hugo Beauzée-Luyssen
git at videolan.org
Wed Mar 8 15:55:06 CET 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Mar 7 16:39:25 2017 +0100| [dc290fa2d1017b001eab99c785674e7b4534d517] | committer: Hugo Beauzée-Luyssen
vlc_threads: Fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc290fa2d1017b001eab99c785674e7b4534d517
---
include/vlc_threads.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 779046e..9911d2e 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -42,7 +42,7 @@
* This has no effects if thread cancellation is disabled.
* This can be called when there is a rather slow non-sleeping operation.
* This is also used to force a cancellation point in a function that would
- * otherwise <em>not always</em> be a one (block_FifoGet() is an example).
+ * otherwise <em>not always</em> be one (block_FifoGet() is an example).
*/
VLC_API void vlc_testcancel(void);
More information about the vlc-commits
mailing list