diff mbox

drm: Fix a typo in the struct drm_plane_funcs documentation

Message ID 1360762222-31173-1-git-send-email-damien.lespiau@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lespiau, Damien Feb. 13, 2013, 1:30 p.m. UTC
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 include/drm/drm_crtc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index e90c8dc..b248382 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -659,7 +659,7 @@  struct drm_plane_funcs {
  * @gamma_store: gamma correction table
  * @enabled: enabled flag
  * @funcs: helper functions
- * @helper_private: storage for drver layer
+ * @helper_private: storage for driver layer
  * @properties: property tracking for this plane
  */
 struct drm_plane {