]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 16 Aug 2007 19:14:10 +0000 (19:14 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 16 Aug 2007 19:14:10 +0000 (19:14 +0000)
include/vlc_threads.h

index cc62078e86c7b6dfe1a0515d7ea5aa3355dd28fb..f8bd9fb50dbc992bf19503f065b3418fc14d7a99 100644 (file)
@@ -202,7 +202,7 @@ typedef struct
 #elif defined( HAVE_KERNEL_SCHEDULER_H )
 /* This is the BeOS implementation of the vlc threads, note that the mutex is
  * not a real mutex and the cond_var is not like a pthread cond_var but it is
- * enough for what wee need */
+ * enough for what we need */
 
 typedef thread_id vlc_thread_t;