浏览代码

DocBook/drm: Insert a comma

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Michael Witten 14 年之前
父节点
当前提交
f877bd4ad5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/DocBook/drm.tmpl

+ 1 - 1
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>