[PATCH] drm: Fix a typo in the struct drm_plane_funcs documentation

Damien Lespiau damien.lespiau at intel.com
Wed Feb 13 05:30:22 PST 2013


Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 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 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 {
-- 
1.7.7.5



More information about the dri-devel mailing list