DocBook/drm: `at driver load time' -> `when the driver is loaded'
authorMichael Witten <mfwitten@gmail.com>
Thu, 25 Aug 2011 18:50:14 +0000 (18:50 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 19:31:03 +0000 (19:31 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl

index d2f1dda..7001937 100644 (file)
       </para>
       <para>
        If your device supports interrupt generation, you may want to
-       set up an interrupt handler at driver load time as well.  This
+       set up an interrupt handler when the driver is loaded.  This
        is done using the drm_irq_install() function.  If your device
        supports vertical blank interrupts, it should call
        drm_vblank_init() to initialize the core vblank handling code before