Module: Mesa Branch: master Commit: 445289b5093acb9abaf7e0a89bfa319fcb4a1c31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=445289b5093acb9abaf7e0a89bfa319fcb4a1c31
Author: Eric Anholt <[email protected]> Date: Mon Mar 28 16:55:14 2011 -0700 i965/fs: Typo fix a comment. Reviewed-by: Kenneth Graunke <[email protected]> --- 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 7d1be5c..ba5bf9e 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
