drm: fix the the typo
authorDave Airlie <airlied@linux.ie>
Mon, 5 Nov 2007 08:56:46 +0000 (18:56 +1000)
committerDave Airlie <airlied@linux.ie>
Mon, 5 Nov 2007 08:56:46 +0000 (18:56 +1000)
linux-core/drm_dma.c

index 7cc4419..c4c4c69 100644 (file)
@@ -65,7 +65,7 @@ int drm_dma_setup(struct drm_device * dev)
  * \param dev DRM device.
  *
  * Free all pages associated with DMA buffers, the buffers and pages lists, and
- * finally the the drm_device::dma structure itself.
+ * finally the drm_device::dma structure itself.
  */
 void drm_dma_takedown(struct drm_device * dev)
 {