Mesa (master): tgsi: Remove trailing backslash in comment

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 10 15:45:04 UTC 2015


Module: Mesa
Branch: master
Commit: 85500fe2e154c1664dc3a89f1e58e9a9c0dff012
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=85500fe2e154c1664dc3a89f1e58e9a9c0dff012

Author: Krzesimir Nowak <krzesimir at kinvolk.io>
Date:   Thu Sep 10 14:15:51 2015 +0200

tgsi: Remove trailing backslash in comment

It clearly is here by accident.

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/gallium/auxiliary/tgsi/tgsi_exec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
  */




More information about the mesa-commit mailing list