diff options
| author | Eric Anholt <eric@anholt.net> | 2016-07-02 12:58:41 -0400 |
|---|---|---|
| committer | Eric Anholt <eric@anholt.net> | 2016-07-15 18:19:52 -0400 |
| commit | a20d5fa61c32a0c94d237da642326db2ef3c7433 (patch) | |
| tree | 2f691c2584efb2ce0ab53c9da4ad6ceb0c566edf /drivers/gpu/drm/vc4 | |
| parent | 20e48fd6a9252e21528c7e39b874c8fdca97f25a (diff) | |
drm/vc4: Fix a "the the" typo in a comment.
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm/vc4')
| -rw-r--r-- | drivers/gpu/drm/vc4/vc4_validate_shaders.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_validate_shaders.c b/drivers/gpu/drm/vc4/vc4_validate_shaders.c index 75c8e8fb1827..46527e989ce3 100644 --- a/drivers/gpu/drm/vc4/vc4_validate_shaders.c +++ b/drivers/gpu/drm/vc4/vc4_validate_shaders.c | |||
| @@ -194,7 +194,7 @@ check_tmu_write(struct vc4_validated_shader_info *validated_shader, | |||
| 194 | return false; | 194 | return false; |
| 195 | } | 195 | } |
| 196 | 196 | ||
| 197 | /* We assert that the the clamped address is the first | 197 | /* We assert that the clamped address is the first |
| 198 | * argument, and the UBO base address is the second argument. | 198 | * argument, and the UBO base address is the second argument. |
| 199 | * This is arbitrary, but simpler than supporting flipping the | 199 | * This is arbitrary, but simpler than supporting flipping the |
| 200 | * two either way. | 200 | * two either way. |
