From 64423a70361eec1b855022550b1c13cc4807ce0e Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 4 Apr 2017 16:58:46 +0100 Subject: [PATCH] man/drm(7): fix typo Reported-by: Oliver Kisielius Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100559 Signed-off-by: Eric Engestrom --- man/drm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/drm.xml b/man/drm.xml index 5a49fe13..07f17719 100644 --- a/man/drm.xml +++ b/man/drm.xml @@ -50,7 +50,7 @@ In earlier days, the kernel framework was solely used to provide raw hardware access to priviledged user-space processes which implement - all the hardware abstraction layers. But more and more tasks where + all the hardware abstraction layers. But more and more tasks were moved into the kernel. All these interfaces are based on ioctl2 commands on the DRM character device. The libdrm