summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
diff options
context:
space:
mode:
authorKrzesimir Nowak <krzesimir@kinvolk.io>2015-09-10 14:15:51 +0200
committerBrian Paul <brianp@vmware.com>2015-09-10 09:45:13 -0600
commit85500fe2e154c1664dc3a89f1e58e9a9c0dff012 (patch)
treec562100f157d35c7630fc03a219b2ed13f25d9ab /src/gallium/auxiliary/tgsi
parentb409524fef1b02c717b4cc1fef70d5710781f824 (diff)
downloadexternal_mesa3d-85500fe2e154c1664dc3a89f1e58e9a9c0dff012.zip
external_mesa3d-85500fe2e154c1664dc3a89f1e58e9a9c0dff012.tar.gz
external_mesa3d-85500fe2e154c1664dc3a89f1e58e9a9c0dff012.tar.bz2
tgsi: Remove trailing backslash in comment
It clearly is here by accident. Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index 75cd0d5..9544623 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c
@@ -2021,7 +2021,7 @@ fetch_sampler_unit(struct tgsi_exec_machine *mach,
/*
* execute a texture instruction.
*
- * modifier is used to control the channel routing for the\
+ * modifier is used to control the channel routing for the
* instruction variants like proj, lod, and texture with lod bias.
* sampler indicates which src register the sampler is contained in.
*/