diff options
| author | Randy Dunlap <[email protected]> | 2020-07-14 22:23:49 -0700 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2020-07-15 14:03:02 +0200 |
| commit | 947fcfeac3295ff0961bb50803e0c4ae63cff65b (patch) | |
| tree | b62c03e1ad8c940d243a3564dd20e0c2c20d31ce | |
| parent | afae47af0cb73e36d61b61c8d93cb9d755853050 (diff) | |
drm: drm_rect.h: delete duplicated word in comment
Drop doubled word "the" in a comment.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
| -rw-r--r-- | include/drm/drm_rect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_rect.h b/include/drm/drm_rect.h index 57a3be9e53e4..e7f4d24cdd00 100644 --- a/include/drm/drm_rect.h +++ b/include/drm/drm_rect.h @@ -180,7 +180,7 @@ static inline int drm_rect_height(const struct drm_rect *r) } /** - * drm_rect_visible - determine if the the rectangle is visible + * drm_rect_visible - determine if the rectangle is visible * @r: rectangle whose visibility is returned * * RETURNS: |