From 92de7a9d5775890c2b260de398a86d6f05f905a5 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Wed, 2 Jun 2010 16:02:53 +0000 Subject: [PATCH] Fixed a little grammar. --- .../concepts/cdt_c_before_you_begin.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm index de531b17972..9391790b08d 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm @@ -24,7 +24,7 @@ is the best choice to get started.

Windows

For windows, MinGW and Cygwin are the two main platform choices for acquiring the GNU toolchain. It is important to understand the difference between them. -Cygwin produces executables that use the Cygwin POSIX runtime. Note this runtime is GPL licensed. +Cygwin produces executables that use the Cygwin POSIX runtime. Note that this runtime is GPL licensed. MinGW produces native Windows executables that do not require a separate runtime.