drm: fix the the typo

This commit is contained in:
Dave Airlie 2007-11-05 18:56:46 +10:00
parent 78fe88baee
commit 3b43ed51cc

View 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)
{