1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 08:12:17 +00:00

typo fixes ported from VLC

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22893 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-01 14:42:13 +00:00
parent 02813b9b8b
commit e1120b099e
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ static void init_registry(void)
#else
// regpathname is an external pointer
//
// registry.c is holding it's own internal pointer
// registry.c is holding its own internal pointer
// localregpathname - which is being allocate/deallocated
if (localregpathname == 0)

View File

@ -4280,7 +4280,7 @@ static void expsrand(int seed)
#if 1
// prefered compilation with -O2 -ffast-math !
// preferred compilation with -O2 -ffast-math !
static double explog10(double x)
{