]> git.sesse.net Git - vlc/commitdiff
Correct English in comment
authorPierre Ynard <linkfanel@yahoo.fr>
Tue, 11 May 2010 05:38:03 +0000 (07:38 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Tue, 11 May 2010 05:38:03 +0000 (07:38 +0200)
src/text/strings.c

index 602f8d53d686541c4793831e202324d14c079115..7c5bb0f63a21ac55e3c6cb6b7d192d5f878cca6c 100644 (file)
@@ -1078,7 +1078,7 @@ char *make_URI (const char *path)
 #ifndef WIN32
         /* \\host\share\path -> smb://host/share/path */
         if (strchr (path + 2, '\\') != NULL)
-        {   /* Convert antislashes to slashes */
+        {   /* Convert backslashes to slashes */
             char *dup = strdup (path);
             if (dup == NULL)
                 return NULL;