summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-25 17:55:54 +0000
committerMichael Witten <mfwitten@gmail.com>2011-08-29 19:30:24 +0000
commit0c54781bc5aaec1e23bc50a4ef757b8e8bfc693b (patch)
tree95fa7ca0120758bdad58a4d22d5e3d01e326c54e /Documentation
parentf11aca045c165b9d4c9c4fce29f51ec24bcf64d3 (diff)
downloadlinux-0-day-0c54781bc5aaec1e23bc50a4ef757b8e8bfc693b.tar.gz
linux-0-day-0c54781bc5aaec1e23bc50a4ef757b8e8bfc693b.tar.xz
DocBook/drm: Clean up code comment
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index b9079386040d3..4ddc99928668c 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -88,8 +88,8 @@
</para>
<programlisting>
static struct drm_driver driver = {
- /* don't use mtrr's here, the Xserver or user space app should
- * deal with them for intel hardware.
+ /* Don't use MTRRs here; the Xserver or userspace app should
+ * deal with them for Intel hardware.
*/
.driver_features =
DRIVER_USE_AGP | DRIVER_REQUIRE_AGP |