summaryrefslogtreecommitdiff
path: root/man/drm-kms.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'man/drm-kms.7.rst')
-rw-r--r--man/drm-kms.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/drm-kms.7.rst b/man/drm-kms.7.rst
index e91fbe27..7a4151ae 100644
--- a/man/drm-kms.7.rst
+++ b/man/drm-kms.7.rst
@@ -108,7 +108,7 @@ possible and often a suitable choice.
After you have a working connector+CRTC+mode combination, you need to create a
framebuffer that is used for scanout. Memory buffer allocation is
-driver-depedent and described in **drm-memory**\ (7). You need to create a
+driver-dependent and described in **drm-memory**\ (7). You need to create a
buffer big enough for your selected mode. Now you can create a framebuffer
object that uses your memory-buffer as scanout buffer. You can do this with
**drmModeAddFB**\ (3) and **drmModeAddFB2**\ (3).