drm/vc4: Fix a "the the" typo in a comment.

Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Anholt 2016-07-02 09:58:41 -07:00
parent 20e48fd6a9
commit a20d5fa61c
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ check_tmu_write(struct vc4_validated_shader_info *validated_shader,
return false;
}
/* We assert that the the clamped address is the first
/* We assert that the clamped address is the first
* argument, and the UBO base address is the second argument.
* This is arbitrary, but simpler than supporting flipping the
* two either way.