From e106d4c731242dd1ecda0d72767ffa0853c8f3ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Wasserb=C3=A4ch?= Date: Sat, 27 Aug 2011 17:51:47 +0200 Subject: [PATCH] docs: Fix minor typos. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit dbec3a5d introduced minor typos, this should fix them. Signed-off-by: Kai Wasserbäch Signed-off-by: Brian Paul --- docs/devinfo.html | 4 ++-- 1 file 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 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.

-- 2.7.4