diff --git a/[refs] b/[refs]
index 10c62534fd93..efc1ec502a92 100644
--- a/[refs]
+++ b/[refs]
@@ -1,2 +1,2 @@
---
-refs/heads/master: 8d36ffae67d89a86e37e7745503743fec1ac695c
+refs/heads/master: eb2b8d4273fb8b73821ca8dbc9c0de10e9879833
diff --git a/trunk/Documentation/DocBook/drm.tmpl b/trunk/Documentation/DocBook/drm.tmpl
index 60ddf4be11c7..953c4cb726bb 100644
--- a/trunk/Documentation/DocBook/drm.tmpl
+++ b/trunk/Documentation/DocBook/drm.tmpl
@@ -389,7 +389,7 @@
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.
TTM initialization
@@ -647,7 +647,7 @@ void intel_crt_init(struct drm_device *dev)
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.