From: Krzesimir Nowak Date: Thu, 10 Sep 2015 12:15:51 +0000 (+0200) Subject: tgsi: Remove trailing backslash in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85500fe2e154c1664dc3a89f1e58e9a9c0dff012;p=mesa.git tgsi: Remove trailing backslash in comment It clearly is here by accident. Reviewed-by: Brian Paul --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index 75cd0d53c5a..9544623e90c 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. */