Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-12-12 01:51:01 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-12 01:51:01 +0300
commite05f3227bec06acebaa149fbe5c45126c6185e70 (patch)
treebbb24ce8c184d5670a7fa35c4a8e268f1fe0457c /winsup/utils/cygcheck.cc
parent9b02812029793a7ad9636dcfef6efc980e0b3afa (diff)
* Makefile.in: Add define to CXXFLAGS.
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r--winsup/utils/cygcheck.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index 5bce951ec..ce9ad5313 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -759,7 +759,7 @@ dump_sysinfo ()
time_t now;
char *found_cygwin_dll;
- printf ("\nCygnus Win95/NT Configuration Diagnostics\n");
+ printf ("\nCygwin Win95/NT Configuration Diagnostics\n");
time (&now);
printf ("Current System Time: %s\n", ctime (&now));