]> git.sesse.net Git - vlc/commitdiff
Fix doc
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 15 Sep 2007 15:45:27 +0000 (15:45 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 15 Sep 2007 15:45:27 +0000 (15:45 +0000)
src/libvlc.c

index cc59cbee8b01f0b564c7c811aa904d6de7bf7586..00cc81d9e0819e7fc47e978cb18774e8b9ca20b0 100644 (file)
@@ -148,7 +148,7 @@ int VLC_AddIntf( int i_object, char const *psz_module,
 /*****************************************************************************
  * VLC_Die: ask vlc to die.
  *****************************************************************************
- * This function sets p_vlc->b_die to VLC_TRUE, but does not do any other
+ * This function sets p_libvlc->b_die to VLC_TRUE, but does not do any other
  * task. It is your duty to call VLC_CleanUp and VLC_Destroy afterwards.
  *****************************************************************************/
 int VLC_Die( int i_object )