diff options
author | Eric Anholt <[email protected]> | 2011-03-28 16:55:14 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-04-26 12:20:19 -0700 |
commit | 445289b5093acb9abaf7e0a89bfa319fcb4a1c31 (patch) | |
tree | bdf3c20187ea3115238b5ffbaa5d5b97e6c972e5 /src | |
parent | 0834607a891f7c2529d1f2cdeca28b6e98899f8b (diff) |
i965/fs: Typo fix a comment.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 7d1be5c0083..ba5bf9e4405 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -3472,7 +3472,7 @@ fs_visitor::compute_to_mrf() if (scan_inst->dst.file == MRF && scan_inst->dst.hw_reg == inst->dst.hw_reg) { - /* Somebody else wrote our MRF here, so we can't can't + /* Somebody else wrote our MRF here, so we can't * compute-to-MRF before that. */ break; |