diff options
author | Adam Jackson <[email protected]> | 2013-04-01 09:45:38 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2013-04-01 09:45:38 -0400 |
commit | e26d5940ff48595a0f1c1d440ee0141df54e3f51 (patch) | |
tree | 30881381d5df9c3becc120a04501c6c88a9b4fdf /src/gallium | |
parent | 135bb3c1a92d424401c34d69ef35f241db64cd22 (diff) |
gallivm: Minor comment cleanup
Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c index d038b05892f..facfc824de2 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c @@ -1875,7 +1875,7 @@ lp_emit_declaration_soa( break; case TGSI_FILE_ADDRESS: - /* ADDR registers are the only allocated with an integer LLVM IR type, + /* ADDR registers are only allocated with an integer LLVM IR type, * as they are guaranteed to always have integers. * XXX: Not sure if this exception is worthwhile (or the whole idea of * an ADDR register for that matter). |