]> git.sesse.net Git - vlc/commitdiff
grammar
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 26 Apr 2007 19:53:53 +0000 (19:53 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 26 Apr 2007 19:53:53 +0000 (19:53 +0000)
modules/access_filter/dump.c

index 38139d0adfa6b13f73c570ec71e8125c0c71f5ba..074fb3ec765adece188a5d0360134cd57e9c1e31 100644 (file)
@@ -251,7 +251,7 @@ static inline struct tm *localtime_r (const time_t *now, struct tm *res)
      * This is not thread-safe. Blame your C library.
      * On Win32 there SHOULD be _localtime_s instead, but of course
      * Cygwin and Mingw32 don't know about it. You're on your own if you
-     * this platform.
+     * use this platform.
      */
     if (unsafe == NULL)
         return NULL;