diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 14:49:11 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 15:30:59 -0400 |
commit | 5b658bf2bf9e47f9a67cd26b1c69e4441eaf04fc (patch) | |
tree | 9ef6e274cfe5c23e2eaf218d0ea0ba6e5032bece /Documentation/DocBook | |
parent | f07faf693c59b449b6637ea056e5826c85dcd265 (diff) |
DocBook/drm: `setup' is the noun; `to set up' is the verb
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 1b2e3c37e377..d2f1ddaa3ca0 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -346,7 +346,7 @@ | |||
346 | </para> | 346 | </para> |
347 | <para> | 347 | <para> |
348 | If your device supports interrupt generation, you may want to | 348 | If your device supports interrupt generation, you may want to |
349 | setup an interrupt handler at driver load time as well. This | 349 | set up an interrupt handler at driver load time as well. This |
350 | is done using the drm_irq_install() function. If your device | 350 | is done using the drm_irq_install() function. If your device |
351 | supports vertical blank interrupts, it should call | 351 | supports vertical blank interrupts, it should call |
352 | drm_vblank_init() to initialize the core vblank handling code before | 352 | drm_vblank_init() to initialize the core vblank handling code before |