drm: drm_atomic.h: delete duplicated word in comment
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 15 Jul 2020 05:23:43 +0000 (22:23 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 15 Jul 2020 12:02:29 +0000 (14:02 +0200)
Drop doubled word "than" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200715052349.23319-1-rdunlap@infradead.org
include/drm/drm_atomic.h

index 7b6cb47..d07c851 100644 (file)
@@ -103,7 +103,7 @@ struct drm_crtc_commit {
         *
         * Will be signalled when all hw register changes for this commit have
         * been written out. Especially when disabling a pipe this can be much
-        * later than than @flip_done, since that can signal already when the
+        * later than @flip_done, since that can signal already when the
         * screen goes black, whereas to fully shut down a pipe more register
         * I/O is required.
         *