From: Ivan Maidanski Date: Tue, 18 Apr 2017 08:37:26 +0000 (+0300) Subject: Fix a typo in comment in NT_MAKEFILE X-Git-Tag: v7.2h~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7a5c4087551b204fd779f6c965f7d7e8dd852eb;p=gc Fix a typo in comment in NT_MAKEFILE * NT_MAKEFILE (gctest.exe): Fix typo ("application") in comment. * NT_STATIC_THREADS_MAKEFILE (gctest.exe): Likewise. * NT_X64_STATIC_THREADS_MAKEFILE (gctest.exe): Likewise. * NT_X64_THREADS_MAKEFILE (gctest.exe): Likewise. --- diff --git a/NT_MAKEFILE b/NT_MAKEFILE index 809d9f77..31decbb5 100644 --- a/NT_MAKEFILE +++ b/NT_MAKEFILE @@ -29,7 +29,7 @@ gc.lib: $(OBJS) gctest.exe: tests\test.obj gc.lib # The following works for win32 debugging. For win32s debugging use debugtype:coff # and add mapsympe line. -# This produces a "GUI" applications that opens no windows and writes to the log file +# This produces a "GUI" application that opens no windows and writes to the log file # "gctest.gc.log". This is done to make the result runnable under win32s. $(link) -debug -debugtype:cv $(guiflags) -stack:131072 -out:$*.exe tests\test.obj $(guilibs) gc.lib # mapsympe -n -o gctest.sym gctest.exe diff --git a/NT_STATIC_THREADS_MAKEFILE b/NT_STATIC_THREADS_MAKEFILE index 9a003478..6bceb792 100644 --- a/NT_STATIC_THREADS_MAKEFILE +++ b/NT_STATIC_THREADS_MAKEFILE @@ -36,7 +36,7 @@ gc.lib: $(OBJS) gctest.exe: tests\test.obj gc.lib # The following works for win32 debugging. For win32s debugging use debugtype:coff # and add mapsympe line. -# This produces a "GUI" applications that opens no windows and writes to the log file +# This produces a "GUI" application that opens no windows and writes to the log file # "gctest.gc.log". This is done to make the result runnable under win32s. $(link) -debug -debugtype:cv $(guiflags) -stack:262144 -out:$*.exe tests\test.obj $(guilibs) gc.lib # mapsympe -n -o gctest.sym gctest.exe diff --git a/NT_X64_STATIC_THREADS_MAKEFILE b/NT_X64_STATIC_THREADS_MAKEFILE index 93de9727..00019467 100644 --- a/NT_X64_STATIC_THREADS_MAKEFILE +++ b/NT_X64_STATIC_THREADS_MAKEFILE @@ -36,7 +36,7 @@ gc.lib: $(OBJS) lib /MACHINE:X64 /out:gc.lib $(OBJS) gctest.exe: tests\test.obj gc.lib -# This produces a "GUI" applications that opens no windows and writes to +# This produces a "GUI" application that opens no windows and writes to # the log file "gctest.gc.log". $(link) $(ldebug) $(guiflags) -out:$*.exe tests\test.obj $(guilibs) gc.lib diff --git a/NT_X64_THREADS_MAKEFILE b/NT_X64_THREADS_MAKEFILE index e0a252b7..d03f57ce 100644 --- a/NT_X64_THREADS_MAKEFILE +++ b/NT_X64_THREADS_MAKEFILE @@ -51,7 +51,7 @@ gc64.dll : $(OBJS) gctest.exe: tests\test.obj gc64_dll.lib -# This produces a "GUI" applications that opens no windows and writes to +# This produces a "GUI" application that opens no windows and writes to # the log file "gctest.gc.log". $(link) $(ldebug) $(guiflags) -out:$*.exe tests\test.obj $(guilibs) gc64_dll.lib