[vlc-commits] commit: Fix comment (Pierre Ynard )
    git at videolan.org 
    git at videolan.org
       
    Tue May 11 13:07:35 CEST 2010
    
    
  
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue May 11 13:07:11 2010 +0200| [bc638da9816572e5c19ee00e157865602099c728] | committer: Pierre Ynard 
Fix comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bc638da9816572e5c19ee00e157865602099c728
---
 src/input/access.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/input/access.c b/src/input/access.c
index e99455b..8866ee1 100644
--- a/src/input/access.c
+++ b/src/input/access.c
@@ -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)
    
    
More information about the vlc-commits
mailing list