]> git.sesse.net Git - vlc/blobdiff - src/input/access.c
Fix comment
[vlc] / 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)