X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_common.h;h=c138d891f0e8af160fae3fa6ab3ebdc3ae9fc582;hb=7f886720b52fbd80a5e4e66fa2fabfc6fb658bd3;hp=792bcd67583fa064f6313ccabab87b26fad980aa;hpb=c01dd91cd2d526332229ecea8d4f007c065026ea;p=vlc diff --git a/include/vlc_common.h b/include/vlc_common.h index 792bcd6758..c138d891f0 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -402,7 +402,7 @@ struct _stati64; #define fstat _fstati64 #endif -/* You should otherwise use vlc_stat and utf8_lstat. */ +/* You should otherwise use vlc_stat and vlc_lstat. */ #else struct stat; #endif