summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_resource.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-09-21 13:16:32 +1000
committerDave Airlie <airlied@redhat.com>2010-09-22 12:57:08 +1000
commit6e901e330aa7f0d186dad19bcc886bf45a76e50b (patch)
tree50261a7cd469a83e4a3585ae69945cd2588ffbbc /src/gallium/drivers/r600/r600_resource.h
parentca35292a4456fec1c584d40bf9b4197fe733f609 (diff)
r600g: fix typo in struct member name
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r--src/gallium/drivers/r600/r600_resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h
index cd1c31e82d..5d56910645 100644
--- a/src/gallium/drivers/r600/r600_resource.h
+++ b/src/gallium/drivers/r600/r600_resource.h
@@ -50,7 +50,7 @@ struct r600_resource_texture {
unsigned long pitch_override;
unsigned long bpt;
unsigned long size;
- unsigned tilled;
+ unsigned tiled;
unsigned array_mode;
unsigned tile_type;
unsigned depth;