intel/disasm/gen12: Disassemble software scoreboard information.
[mesa.git] / docs / codingstyle.html
index 1b296630e3d1f0676a2fa515a8194d71d80d0bd1..686d6a3ddf47e2afab0f123d11af78a38d43a697 100644 (file)
@@ -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.