]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/gpu/drm/drm_crtc_helper.c
treewide: Fix typo in Documentation/DocBook
[mirror_ubuntu-artful-kernel.git] / drivers / gpu / drm / drm_crtc_helper.c
index 01361aba033b4a39888a41bc15c4a7f5e4052152..0058fd74063eae6a2b6310058dd601ed4f38de3b 100644 (file)
@@ -593,7 +593,7 @@ drm_crtc_helper_disable(struct drm_crtc *crtc)
  * Caller must hold mode config lock.
  *
  * Setup a new configuration, provided by the upper layers (either an ioctl call
- * from userspace or internally e.g. from the fbdev suppport code) in @set, and
+ * from userspace or internally e.g. from the fbdev support code) in @set, and
  * enable it. This is the main helper functions for drivers that implement
  * kernel mode setting with the crtc helper functions and the assorted
  * ->prepare(), ->modeset() and ->commit() helper callbacks.