drm: fix trivial typo mistake
authorJohn Hunter <zhaojunwang@pku.edu.cn>
Tue, 14 Apr 2015 09:07:22 +0000 (17:07 +0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Apr 2015 10:41:03 +0000 (12:41 +0200)
Signed-off-by: John Hunter <zhjwpku@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drm_crtc.h

index 97c33b4..b009d70 100644 (file)
@@ -975,7 +975,7 @@ struct drm_mode_set {
  * struct drm_mode_config_funcs - basic driver provided mode setting functions
  * @fb_create: create a new framebuffer object
  * @output_poll_changed: function to handle output configuration changes
- * @atomic_check: check whether a give atomic state update is possible
+ * @atomic_check: check whether a given atomic state update is possible
  * @atomic_commit: commit an atomic state update previously verified with
  *     atomic_check()
  *