diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 18:48:15 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 19:30:56 +0000 |
commit | f07faf693c59b449b6637ea056e5826c85dcd265 (patch) | |
tree | eec497f21100428c195a459dbdc4e971d64397d9 /Documentation/DocBook | |
parent | 8814630f0b59421e558f4403b79f5dc3a025a386 (diff) | |
download | blackbird-op-linux-f07faf693c59b449b6637ea056e5826c85dcd265.tar.gz blackbird-op-linux-f07faf693c59b449b6637ea056e5826c85dcd265.zip |
DocBook/drm: Insert missing `an'
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 25e0f460a973..1b2e3c37e377 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -342,7 +342,7 @@ DRM_WRITEn() macros to access the registers on your device, or use driver specific versions to offset into your MMIO space relative to a driver specific base pointer (see I915_READ for - example). + an example). </para> <para> If your device supports interrupt generation, you may want to |