]> 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>
Wed, 24 May 2017 22:05:01 +0000 (01:05 +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 3cf3be985a54a92c83683a5268eb871cdd0907ce..5c3e7b09b7fcf853489a351c627b49e4966aabdb 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 8774eab12f88c2bbaccd21799548fc0c1e57f936..17a6697fde3d21c2929ac75b4ee98d4eef5e26fd 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 3ccb75d45a392320d900c1e396fd822382243ced..4b47acb141382be6dbf37fcea733c2f76ea79f02 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 b8495d0872c71540931789d7d2d43d74f8bfb886..52c92c3f2ba1ec0d608def2b81efd9759e9f8918 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