]> git.sesse.net Git - vlc/commitdiff
Fix comment
authorPierre Ynard <linkfanel@yahoo.fr>
Tue, 11 May 2010 11:07:11 +0000 (13:07 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Tue, 11 May 2010 11:07:11 +0000 (13:07 +0200)
src/input/access.c

index e99455b7194795116837cdd6ca23851878b43e50..8866ee1280688a2a64a34c75c42d2c1d7e6240cc 100644 (file)
@@ -34,7 +34,7 @@ static char *get_path(const char *location)
 {
     char *url, *path;
 
-    /* Appending "file://" is a bit hackish. But then again, we do not want
+    /* Prepending "file://" is a bit hackish. But then again, we do not want
      * to hard-code the list of schemes that use file paths in make_path().
      */
     if (asprintf(&url, "file://%s", location) == -1)