summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2016-02-26 11:16:33 -0800
committerIan Romanick <ian.d.romanick@intel.com>2016-02-26 16:51:27 -0800
commit585b18f305fac2b6cbb1adbda62cfd7193cac2c1 (patch)
treeedb11080e986a86027fe3b38c860b67c55c828de /src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp
parent5bfb3027834602841a62907929bb7795068fd44e (diff)
downloadexternal_mesa3d-585b18f305fac2b6cbb1adbda62cfd7193cac2c1.zip
external_mesa3d-585b18f305fac2b6cbb1adbda62cfd7193cac2c1.tar.gz
external_mesa3d-585b18f305fac2b6cbb1adbda62cfd7193cac2c1.tar.bz2
i965/cfg: Fix comment list punctuation
Trivial Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp')
-rw-r--r--src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp b/src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp
index 3451492..2c1abaf 100644
--- a/src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp
+++ b/src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp
@@ -32,7 +32,7 @@
/* Look for and eliminate dead control flow:
*
* - if/endif
- * . else in else/endif
+ * - else in else/endif
* - then in if/else/endif
*/
bool