From: Ian Romanick Date: Mon, 10 Feb 2014 21:48:26 +0000 (-0800) Subject: glsl: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87c66a4ff7d9f1849648080faf456d3b54c44d0a;p=mesa.git glsl: Fix typo Remove extra "any" and re-word-wrap the comment. Signed-off-by: Ian Romanick Reviewed-by: Eric Anholt --- diff --git a/src/glsl/lower_packed_varyings.cpp b/src/glsl/lower_packed_varyings.cpp index c23d1801b4e..8c1b8850ba2 100644 --- a/src/glsl/lower_packed_varyings.cpp +++ b/src/glsl/lower_packed_varyings.cpp @@ -199,8 +199,8 @@ private: /** * Number of generic varying slots which are used by this shader. This is - * used to allocate temporary intermediate data structures. If any any - * varying used by this shader has a location greater than or equal to + * used to allocate temporary intermediate data structures. If any varying + * used by this shader has a location greater than or equal to * location_base + locations_used, an assertion will fire. */ const unsigned locations_used;