glsl: Add doxygen explaining what main.cpp is for.
[mesa.git] / docs / devinfo.html
index d9e82e29d0ba426e6d15d281978ef316347cfd19..678e48c01ac4d9f5fa56747a47b1ff81f6aaa984 100644 (file)
@@ -142,9 +142,9 @@ Places that are not directly visible to the GL API should prefer the use
 of <tt>bool</tt>, <tt>true</tt>, and
 <tt>false</tt> over <tt>GLboolean</tt>, <tt>GL_TRUE</tt>, and
 <tt>GL_FALSE</tt>.  In C code, this may mean that
-<tt>#include &lt;stdbool.h&gt;</tt> need to be added.  The
+<tt>#include &lt;stdbool.h&gt;</tt> needs to be added.  The
 <tt>try_emit_</tt>* methods in src/mesa/program/ir_to_mesa.cpp and
-src/mesa/state_tracker/st_glsl_to_tgsi.cpp can serve as an example.
+src/mesa/state_tracker/st_glsl_to_tgsi.cpp can serve as examples.
 </p>