diff --git a/compat/mingw.c b/compat/mingw.c index 38a79d0aff..ee6c23ac83 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -2245,7 +2245,7 @@ void mingw_startup() * Convert all dir separators to forward slashes, * to help shell commands called from the Git * executable (by not mistaking the dir separators - * for escape characters. + * for escape characters). */ char *p; for (p = environ[i]; *p; p++)