Skip to content

Commit dd9d7c1

Browse files
Sui Jingfengdanvet
authored andcommitted
drm/drm_plane.h: fix grammar of the comment
Signed-off-by: Sui Jingfeng <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Daniel Vetter <[email protected]>
1 parent 078b39c commit dd9d7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/drm/drm_plane.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct drm_plane_state {
5656
/**
5757
* @crtc:
5858
*
59-
* Currently bound CRTC, NULL if disabled. Do not this write directly,
59+
* Currently bound CRTC, NULL if disabled. Do not write this directly,
6060
* use drm_atomic_set_crtc_for_plane()
6161
*/
6262
struct drm_crtc *crtc;

0 commit comments

Comments
 (0)