summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/codingstyle.html2
1 files changed, 1 insertions, 1 deletions
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 <code>bool</code>, <code>true</code>, and
<code>false</code> over <code>GLboolean</code>, <code>GL_TRUE</code>, and
<code>GL_FALSE</code>. In C code, this may mean that
<code>#include &lt;stdbool.h&gt;</code> needs to be added. The
-<code>try_emit_</code>* methods in <code>src/mesa/program/ir_to_mesa.cpp</code>
+<code>try_emit_*</code> methods in <code>src/mesa/program/ir_to_mesa.cpp</code>
and <code>src/mesa/state_tracker/st_glsl_to_tgsi.cpp</code> can serve as
examples.