diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2018-12-19 14:55:45 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2019-04-17 18:23:25 +0100 |
commit | 360292c7ab527c48ba023103e10a4f6db7ecc2a5 (patch) | |
tree | a0020ffe93ff9094bacf4602752e2da477868175 /man | |
parent | ad8bec1ed86158df374ea99bd6e73c5aa7bb089f (diff) | |
download | libdrm-360292c7ab527c48ba023103e10a4f6db7ecc2a5.tar.gz libdrm-360292c7ab527c48ba023103e10a4f6db7ecc2a5.tar.bz2 libdrm-360292c7ab527c48ba023103e10a4f6db7ecc2a5.zip |
fix various typos
Saw a couple of typos fixes in the patch DragonFlyBSD carries [1], so
I ran codespell (a spell checker for code) on the whole repo.
[1] https://github.com/DragonFlyBSD/DPorts/blob/master/graphics/libdrm/files/patch-xf86drm.c
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/drm.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/drm.xml b/man/drm.xml index 1f559669..dbb67adc 100644 --- a/man/drm.xml +++ b/man/drm.xml @@ -49,7 +49,7 @@ applications.</para> <para>In earlier days, the kernel framework was solely used to provide raw - hardware access to priviledged user-space processes which implement + hardware access to privileged user-space processes which implement all the hardware abstraction layers. But more and more tasks were moved into the kernel. All these interfaces are based on <citerefentry><refentrytitle>ioctl</refentrytitle><manvolnum>2</manvolnum></citerefentry> @@ -64,7 +64,7 @@ <citerefentry><refentrytitle>open</refentrytitle><manvolnum>2</manvolnum></citerefentry> and <citerefentry><refentrytitle>close</refentrytitle><manvolnum>2</manvolnum></citerefentry>. - However, it still depends on the grapics driver which interfaces are + However, it still depends on the graphics driver which interfaces are available on these devices. If an interface is not available, the syscalls will fail with <literal>EINVAL</literal>.</para> |