summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorPeter Meerwald-Stadler <pmeerw@pmeerw.net>2016-12-16 14:24:23 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-12-18 14:48:24 +0100
commit188f78825de7b43593ae26cb86fecdf9ce5a4ac8 (patch)
treea3071f08a02e040c0996c677ecabc2295946a693 /include/drm
parent91eefc05f0ac71902906b2058360e61bd25137fe (diff)
downloadlinux-stable-188f78825de7b43593ae26cb86fecdf9ce5a4ac8.tar.gz
linux-stable-188f78825de7b43593ae26cb86fecdf9ce5a4ac8.tar.bz2
linux-stable-188f78825de7b43593ae26cb86fecdf9ce5a4ac8.zip
drm: Fix spelling of clock in drm_connector.h
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net> Cc: Daniel Vetter <daniel.vetter@intel.com> Cc: Jani Nikula <jani.nikula@linux.intel.com> Cc: trivial@kernel.org Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1481894663-4570-1-git-send-email-pmeerw@pmeerw.net
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h
index b018e7684e9b..6e352a0b5c81 100644
--- a/include/drm/drm_connector.h
+++ b/include/drm/drm_connector.h
@@ -117,7 +117,7 @@ struct drm_display_info {
/**
* @pixel_clock: Maximum pixel clock supported by the sink, in units of
- * 100Hz. This mismatches the clok in &drm_display_mode (which is in
+ * 100Hz. This mismatches the clock in &drm_display_mode (which is in
* kHZ), because that's what the EDID uses as base unit.
*/
unsigned int pixel_clock;