aboutsummaryrefslogtreecommitdiff
path: root/mesalib/docs
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-08-30 08:04:44 +0200
committermarha <marha@users.sourceforge.net>2011-08-30 08:08:15 +0200
commit82ce0534a7bc89f1ed93b4b952b30ceb3d94210d (patch)
treea2b73894a436b1158cf0e8e2f2ea946478529d12 /mesalib/docs
parent01df5d59e56a1b060568f8cad2e89f7eea22fc70 (diff)
downloadvcxsrv-82ce0534a7bc89f1ed93b4b952b30ceb3d94210d.tar.gz
vcxsrv-82ce0534a7bc89f1ed93b4b952b30ceb3d94210d.tar.bz2
vcxsrv-82ce0534a7bc89f1ed93b4b952b30ceb3d94210d.zip
mesa git update 30 aug 2011
Diffstat (limited to 'mesalib/docs')
-rw-r--r--mesalib/docs/devinfo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesalib/docs/devinfo.html b/mesalib/docs/devinfo.html
index d9e82e29d..678e48c01 100644
--- a/mesalib/docs/devinfo.html
+++ b/mesalib/docs/devinfo.html
@@ -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>