Skip to content

Commit

Permalink
DocBook/drm: , -> :
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Witten <mfwitten@gmail.com>
  • Loading branch information
Michael Witten committed Aug 29, 2011
1 parent 8d36ffa commit eb2b8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/DocBook/drm.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<para>
If your driver supports memory management (it should!), you
need to set that up at load time as well. How you initialize
it depends on which memory manager you're using, TTM or GEM.
it depends on which memory manager you're using: TTM or GEM.
</para>
<sect3>
<title>TTM initialization</title>
Expand Down Expand Up @@ -647,7 +647,7 @@ void intel_crt_init(struct drm_device *dev)
<para>
The memory manager lies at the heart of many DRM operations; it
is required to support advanced client features like OpenGL
pbuffers. The DRM currently contains two memory managers, TTM
pbuffers. The DRM currently contains two memory managers: TTM
and GEM.
</para>

Expand Down

0 comments on commit eb2b8d4

Please sign in to comment.