From: Pierre Ynard Date: Tue, 11 May 2010 05:38:03 +0000 (+0200) Subject: Correct English in comment X-Git-Tag: 1.2.0-pre1~6676 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=29f84aa06dcf33f1c57a05b1d7b64383fa213714;p=vlc Correct English in comment --- diff --git a/src/text/strings.c b/src/text/strings.c index 602f8d53d6..7c5bb0f63a 100644 --- a/src/text/strings.c +++ b/src/text/strings.c @@ -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;