diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-19 10:43:04 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-19 10:43:04 -0600 |
commit | 3c6bb15b7ae1c08b1ddde9e0bfb4796fd68a8a0b (patch) | |
tree | ccb562b4a3e5559fda22566b37396163b9dfa4f6 | |
parent | de0a6dc04a5b508472cc0cce4481ac3bb95fda3b (diff) |
cell: fix a comment
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_gen_fragment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fragment.c b/src/gallium/drivers/cell/ppu/cell_gen_fragment.c index 06a9fa102f..c09d727621 100644 --- a/src/gallium/drivers/cell/ppu/cell_gen_fragment.c +++ b/src/gallium/drivers/cell/ppu/cell_gen_fragment.c @@ -1050,7 +1050,7 @@ gen_colormask(uint colormask, } /** - * Generate code to pack a quad of float colors into a four 32-bit integers. + * Generate code to pack a quad of float colors into four 32-bit integers. * * \param f SPE function to append instruction onto. * \param color_format the dest color packing format |