summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_texture.c
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2013-10-23 20:08:15 -0400
committerBrian Paul <[email protected]>2013-10-23 18:38:05 -0600
commita6e45b6a17462f4d261a2d176791469847356923 (patch)
tree656cf25658d6c9f8165bbfff69200723c63f5eb9 /src/gallium/drivers/freedreno/freedreno_texture.c
parent4df56177edba492c3aada4386a4f271c7849deb5 (diff)
freedreno: fix compile error
Small typo introduced in a3ed98f. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_texture.c')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_texture.c b/src/gallium/drivers/freedreno/freedreno_texture.c
index bcc846f6819..8fb9419dd2a 100644
--- a/src/gallium/drivers/freedreno/freedreno_texture.c
+++ b/src/gallium/drivers/freedreno/freedreno_texture.c
@@ -146,7 +146,7 @@ fd_verttex_set_sampler_views(struct pipe_context *pctx, unsigned nr,
static void
fd_set_sampler_views(struct pipe_context *pctx, unsigned shader,
- unsigne start, unsigned nr,
+ unsigned start, unsigned nr,
struct pipe_sampler_view **views)
{
assert(start == 0);