diff options
author | Ian Romanick <[email protected]> | 2016-02-26 11:16:33 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-02-26 16:51:27 -0800 |
commit | 585b18f305fac2b6cbb1adbda62cfd7193cac2c1 (patch) | |
tree | edb11080e986a86027fe3b38c860b67c55c828de /src | |
parent | 5bfb3027834602841a62907929bb7795068fd44e (diff) |
i965/cfg: Fix comment list punctuation
Trivial
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_dead_control_flow.cpp | 2 |
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 345149287ed..2c1abaf255c 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 |