i965/cfg: Fix comment list punctuation
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 26 Feb 2016 19:16:33 +0000 (11:16 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 27 Feb 2016 00:51:27 +0000 (16:51 -0800)
Trivial

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp

index 345149287edfbdc01d9d69268f8ecba904583a4f..2c1abaf255cf4b06a2ee7ce787c245c70c588e6a 100644 (file)
@@ -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