From bc638da9816572e5c19ee00e157865602099c728 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Tue, 11 May 2010 13:07:11 +0200 Subject: [PATCH] Fix comment --- src/input/access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/access.c b/src/input/access.c index e99455b719..8866ee1280 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) -- 2.39.2