diff options
author | Christopher Harvey <charvey@matrox.com> | 2013-04-05 15:28:32 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-04-12 14:07:20 +1000 |
commit | 715f59cc2391cb4e28a4d464a0564a60a00ecca4 (patch) | |
tree | 958f4cd1dbb9600a80bf5c5e1b00c7911f80e5ad /include/drm/drm_crtc.h | |
parent | 8091ee5c092a1e7dab2cb49d02d5f3925ece3995 (diff) |
drm: Misc comment cleanup
Signed-off-by: Christopher Harvey <charvey@matrox.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index e3e0d651c6ca..8c7846bd74f4 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -310,7 +310,7 @@ struct drm_plane; * drm_crtc_funcs - control CRTCs for a given device * @save: save CRTC state * @restore: restore CRTC state - * @reset: reset CRTC after state has been invalidate (e.g. resume) + * @reset: reset CRTC after state has been invalidated (e.g. resume) * @cursor_set: setup the cursor * @cursor_move: move the cursor * @gamma_set: specify color ramp for CRTC |