diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2016-07-21 14:25:41 +0200 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2016-07-23 09:45:53 +0200 |
commit | 22263ca11a44abb57639f19318ad1dd4ef7fe956 (patch) | |
tree | 0f926693982610e97819e8ad4f23a46003afe2bd /man | |
parent | 7e9e373935bc47e59156c53ba299a3df0b18a4c3 (diff) |
man: Fix typo
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/drm-kms.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/drm-kms.xml b/man/drm-kms.xml index 5f041578..ae38dc8d 100644 --- a/man/drm-kms.xml +++ b/man/drm-kms.xml @@ -126,7 +126,7 @@ <listitem> <para><emphasis>Framebuffers</emphasis> are abstract memory objects that provide a source of pixel data to scanout to a CRTC. - Applications explicitely request the creation of framebuffers + Applications explicitly request the creation of framebuffers and can control their behavior. Framebuffers rely on the underneath memory manager for low-level memory operations. When creating a framebuffer, applications pass a memory handle |