diff --git a/docs/codingstyle.html b/docs/codingstyle.html
index 1b296630e3d..686d6a3ddf4 100644
--- a/docs/codingstyle.html
+++ b/docs/codingstyle.html
@@ -132,7 +132,7 @@ 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>
needs to be added. The
-try_emit_
* methods in src/mesa/program/ir_to_mesa.cpp
+try_emit_*
methods in src/mesa/program/ir_to_mesa.cpp
and src/mesa/state_tracker/st_glsl_to_tgsi.cpp
can serve as
examples.