diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 16:29:32 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 16:00:14 -0400 |
commit | 4dc0152d5780f04573046b06a3fb7c7ad9b81afa (patch) | |
tree | 11ef71fc09e8c66b16a5bb08dd4d9a28d1d598ee | |
parent | 896ee65fb646f9a98243a9f69e5904dff394c78a (diff) |
DocBook/drm: Insert `the' for readability, and change `set' to `setting'
Signed-off-by: Michael Witten <mfwitten@gmail.com>
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index d2aee84f18af..09e02f7c668c 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -573,8 +573,8 @@ void intel_crt_init(struct drm_device *dev) | |||
573 | Since many PC-class graphics devices have similar display output | 573 | Since many PC-class graphics devices have similar display output |
574 | designs, the DRM provides a set of helper functions to make | 574 | designs, the DRM provides a set of helper functions to make |
575 | output management easier. The core helper routines handle | 575 | output management easier. The core helper routines handle |
576 | encoder re-routing and disabling of unused functions following | 576 | encoder re-routing and the disabling of unused functions following |
577 | mode set. Using the helpers is optional, but recommended for | 577 | mode setting. Using the helpers is optional, but recommended for |
578 | devices with PC-style architectures (i.e. a set of display planes | 578 | devices with PC-style architectures (i.e. a set of display planes |
579 | for feeding pixels to encoders which are in turn routed to | 579 | for feeding pixels to encoders which are in turn routed to |
580 | connectors). Devices with more complex requirements needing | 580 | connectors). Devices with more complex requirements needing |