Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDoug Schaefer2010-06-02 16:02:53 +0000
committerDoug Schaefer2010-06-02 16:02:53 +0000
commit92de7a9d5775890c2b260de398a86d6f05f905a5 (patch)
tree0a0226e2530a80a8a74f91f3702e8417d06a2fbd /doc
parentc1d0ce55dd191c54993d354aaa2d28ddd6ab5772 (diff)
downloadorg.eclipse.cdt-92de7a9d5775890c2b260de398a86d6f05f905a5.tar.gz
org.eclipse.cdt-92de7a9d5775890c2b260de398a86d6f05f905a5.tar.xz
org.eclipse.cdt-92de7a9d5775890c2b260de398a86d6f05f905a5.zip
Fixed a little grammar.
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm2
1 files changed, 1 insertions, 1 deletions
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.
<h3>Windows</h3>
<p>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.</p>
<ul>
<li><p>For <strong>MinGW</strong>, the recommended method to get the toolchain is to install it

Back to the top