svga: fix a comment (sampler vs. sampler_view)
authorBrian Paul <brianp@vmware.com>
Mon, 24 Mar 2014 19:53:26 +0000 (13:53 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 26 Mar 2014 16:31:13 +0000 (10:31 -0600)
src/gallium/drivers/svga/svga_pipe_sampler.c

index 805e23b18ee640717437b53b93ee968739bb2397..a5b5d00fa1ebc2d2dfff40d7dc942fbebb22cfe0 100644 (file)
@@ -175,7 +175,7 @@ svga_bind_sampler_states(struct pipe_context *pipe,
    for (i = 0; i < num; i++)
       svga->curr.sampler[start + i] = samplers[i];
 
-   /* find highest non-null sampler_views[] entry */
+   /* find highest non-null sampler[] entry */
    {
       unsigned j = MAX2(svga->curr.num_samplers, start + num);
       while (j > 0 && svga->curr.sampler[j - 1] == NULL)