diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 52c130a110d..0e36e233aa3 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -5195,12 +5195,9 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.-M option to generate make dependencies. These
dependencies are retained in files called Make.deps throughout the system.
For compilers other than GCC, there is no support for making dependencies in this way.
- For Windows native GCC compilers, the generated dependencies are windows paths and not
- directly usable in the Cygwin make. By default, dependencies are suppressed for these
- compilers as well.
- NOTE: dependencies are suppress by setting the make variable MKDEPS to point
+ NOTE: dependencies may be suppressed by setting the make variable MKDEPS to point
to the do-nothing dependency script, tools/mknulldeps.sh.