summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-25 18:49:11 +0000
committerMichael Witten <mfwitten@gmail.com>2011-08-29 19:30:59 +0000
commit5b658bf2bf9e47f9a67cd26b1c69e4441eaf04fc (patch)
tree9ef6e274cfe5c23e2eaf218d0ea0ba6e5032bece /Documentation
parentf07faf693c59b449b6637ea056e5826c85dcd265 (diff)
downloadlinux-0-day-5b658bf2bf9e47f9a67cd26b1c69e4441eaf04fc.tar.gz
linux-0-day-5b658bf2bf9e47f9a67cd26b1c69e4441eaf04fc.tar.xz
DocBook/drm: `setup' is the noun; `to set up' is the verb
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 1b2e3c37e3778..d2f1ddaa3ca09 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -346,7 +346,7 @@
</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