From: Kai Wasserbäch Date: Sat, 27 Aug 2011 15:51:47 +0000 (+0200) Subject: docs: Fix minor typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e106d4c731242dd1ecda0d72767ffa0853c8f3ff;p=mesa.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 d9e82e29d0b..678e48c01ac 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.