From: Kai Wasserbäch Date: Sat, 27 Aug 2011 15:51:47 +0000 (+0200) Subject: docs: Fix minor typos. X-Git-Tag: 062012170305~4861 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e106d4c731242dd1ecda0d72767ffa0853c8f3ff;p=profile%2Fivi%2Fmesa.git docs: Fix minor typos. dbec3a5d introduced minor typos, this should fix them. Signed-off-by: Kai Wasserbäch Signed-off-by: Brian Paul --- 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 bool, true, and false over GLboolean, GL_TRUE, and GL_FALSE. In C code, this may mean that -#include <stdbool.h> need to be added. The +#include <stdbool.h> needs to be added. The try_emit_* 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.