summaryrefslogtreecommitdiffstats
path: root/docs/devinfo.html
diff options
context:
space:
mode:
authorKai Wasserbäch <kai@dev.carbon-project.org>2011-08-27 17:51:47 +0200
committerBrian Paul <brianp@vmware.com>2011-08-29 08:02:46 -0600
commite106d4c731242dd1ecda0d72767ffa0853c8f3ff (patch)
tree371a57031eef644c9ef0ddfdb3726b794090913d /docs/devinfo.html
parentd4bbdbd03893e900d8bcf0b46e8307a877d1a3ae (diff)
downloadexternal_mesa3d-e106d4c731242dd1ecda0d72767ffa0853c8f3ff.zip
external_mesa3d-e106d4c731242dd1ecda0d72767ffa0853c8f3ff.tar.gz
external_mesa3d-e106d4c731242dd1ecda0d72767ffa0853c8f3ff.tar.bz2
docs: Fix minor typos.
dbec3a5d introduced minor typos, this should fix them. Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r--docs/devinfo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html
index d9e82e2..678e48c 100644
--- a/docs/devinfo.html
+++ b/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>