changeset 22875:15ca243429f9

typo fixes ported from VLC
author diego
date Sun, 01 Apr 2007 14:42:13 +0000
parents 9a8f6901e888
children e577ef2bd29e
files loader/registry.c loader/win32.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/registry.c	Sun Apr 01 13:58:06 2007 +0000
+++ b/loader/registry.c	Sun Apr 01 14:42:13 2007 +0000
@@ -312,7 +312,7 @@
 #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)
--- a/loader/win32.c	Sun Apr 01 13:58:06 2007 +0000
+++ b/loader/win32.c	Sun Apr 01 14:42:13 2007 +0000
@@ -4280,7 +4280,7 @@
 
 #if 1
 
-// prefered compilation with  -O2 -ffast-math !
+// preferred compilation with  -O2 -ffast-math !
 
 static double explog10(double x)
 {