summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-25 21:16:15 +0000
committerMichael Witten <mfwitten@gmail.com>2011-08-29 20:00:20 +0000
commitf877bd4ad5508e2f0653c31d05ffe0ad4e2bfe11 (patch)
treec75817074f16b836fb44865c1ffe1ecc14a49c9c /Documentation
parent51b9500de28a1e5e7a2090de5d345d6d98581617 (diff)
downloadlinux-0-day-f877bd4ad5508e2f0653c31d05ffe0ad4e2bfe11.tar.gz
linux-0-day-f877bd4ad5508e2f0653c31d05ffe0ad4e2bfe11.tar.xz
DocBook/drm: Insert a comma
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 457d56a1a966d..0387970234b35 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -638,7 +638,7 @@ void intel_crt_init(struct drm_device *dev)
after mode setting, since on many devices the vertical blank
counter is reset at that time. Internally, the DRM snapshots
the last vblank count when the ioctl is called with the
- _DRM_PRE_MODESET command so that the counter won't go backwards
+ _DRM_PRE_MODESET command, so that the counter won't go backwards
(which is dealt with when _DRM_POST_MODESET is used).
</para>
</listitem>