From: Eric Engestrom Date: Thu, 1 Aug 2019 14:01:54 +0000 (+0100) Subject: util: fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfb70032d4209b4e4e5b35d1a41255ea48bd7b4f;p=mesa.git util: fix typo in comment Signed-off-by: Eric Engestrom Reviewed-by: Matt Turner --- diff --git a/src/util/os_misc.c b/src/util/os_misc.c index 6586b1a0739..e9a727c54d6 100644 --- a/src/util/os_misc.c +++ b/src/util/os_misc.c @@ -99,7 +99,7 @@ os_log_message(const char *message) fputs(message, fout); fflush(fout); } -#else /* !PIPE_SUBSYSTEM_WINDOWS */ +#else /* !PIPE_SUBSYSTEM_WINDOWS_USER */ fflush(stdout); fputs(message, fout); fflush(fout);