DocBook/drm: `setup' is the noun; `to set up' is the verb
authorMichael Witten <mfwitten@gmail.com>
Thu, 25 Aug 2011 18:49:11 +0000 (18:49 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 19:30:59 +0000 (19:30 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl

index 1b2e3c3..d2f1dda 100644 (file)
       </para>
       <para>
        If your device supports interrupt generation, you may want to
-       setup an interrupt handler at driver load time as well.  This
+       set up an interrupt handler at driver load time as well.  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