summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-25 18:31:42 +0000
committerMichael Witten <mfwitten@gmail.com>2011-08-29 19:30:39 +0000
commit58f1d652def02db0bdcdf03d01f3483fc18ec392 (patch)
tree94efea5fcdd5f27ea3c01be5f323900fdc6e4abb /Documentation
parent80c84e6f3c2c707ccb5d7b500e25bda69f0e1895 (diff)
downloadlinux-0-day-58f1d652def02db0bdcdf03d01f3483fc18ec392.tar.gz
linux-0-day-58f1d652def02db0bdcdf03d01f3483fc18ec392.tar.xz
DocBook/drm: Clean up `pre-memory management aware'
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 42368f4f7bab6..e9242c09ac543 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -273,7 +273,7 @@
conflict with DRM client requirements. For instance, if user
level mode setting drivers are in use, it would be problematic
to perform output discovery &amp; configuration at load time.
- Likewise, if pre-memory management aware user level drivers are
+ Likewise, if user-level drivers unaware of memory management are
in use, memory management and command buffer setup may need to
be omitted. These requirements are driver specific, and care
needs to be taken to keep both old and new applications and