]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Mon, 16 Sep 2013 08:42:20 +0000 (11:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 16 Sep 2013 08:42:20 +0000 (11:42 +0300)
w32/compat/posixfcn.c

index 0a08c652d973b1f525a50be1988adfde47dcf426..9acc1b286812ec98765ffe1e41d127281c8c178f 100644 (file)
@@ -229,7 +229,7 @@ same_stream (FILE *f1, FILE *f2)
              /* Each process on Windows can have at most 1 console,
                 so if both handles are for the console device, they
                 are the same.  We also compare the console mode to
-                distinguish between tsdin and stdout/stderr.  */
+                distinguish between stdin and stdout/stderr.  */
              if (GetConsoleMode (fh1, &conmode1)
                  && GetConsoleMode (fh2, &conmode2)
                  && conmode1 == conmode2)