]> granicus.if.org Git - gc/commitdiff
Fix a typo in comment in NT_MAKEFILE
authorIvan Maidanski <ivmai@mail.ru>
Tue, 18 Apr 2017 08:37:26 +0000 (11:37 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 25 May 2017 21:41:49 +0000 (00:41 +0300)
* 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.

NT_MAKEFILE
NT_STATIC_THREADS_MAKEFILE
NT_X64_STATIC_THREADS_MAKEFILE
NT_X64_THREADS_MAKEFILE

index 809d9f778e0553b9cb33dce539b3d38b5c3089d2..31decbb51575a3cbe2dcec912ebfa0ae97eefd29 100644 (file)
@@ -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
index 9a003478ab0ce8ac76ca92ab4478dacb1fb9a902..6bceb792831c95158bc36c7f587b1d20c1055d36 100644 (file)
@@ -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
index 93de9727ccbf0de4de627e85e8eeda0ac4575c3f..0001946728703a21f1ba81d1cfe23d9e5ef549e0 100644 (file)
@@ -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
 
index e0a252b7339b377705190085b51c17cb36016812..d03f57cebb47a9d942ae38ed133e7287efc42b89 100644 (file)
@@ -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