diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-10-16 06:01:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-10-16 06:01:57 +0000 |
commit | dbfc47a13e7838592fd16d549f2a654ebfc102bd (patch) | |
tree | dabe936521e99eddb7311e0c68a0120810179dd9 /lib/libdrm/exynos | |
parent | a158ee96fc7092cf67045cc9484f6ba6c90a50de (diff) |
Import libdrm 2.4.71
Diffstat (limited to 'lib/libdrm/exynos')
-rw-r--r-- | lib/libdrm/exynos/exynos_drm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdrm/exynos/exynos_drm.c b/lib/libdrm/exynos/exynos_drm.c index e689781da..b961e5207 100644 --- a/lib/libdrm/exynos/exynos_drm.c +++ b/lib/libdrm/exynos/exynos_drm.c @@ -347,7 +347,7 @@ exynos_prime_fd_to_handle(struct exynos_device *dev, int fd, uint32_t *handle) * * @dev: a exynos device object. * @connect: indicate whether connectoin or disconnection request. - * @ext: indicate whether edid data includes extentions data or not. + * @ext: indicate whether edid data includes extensions data or not. * @edid: a pointer to edid data from Wireless Display device. * * this interface is used to request Virtual Display driver connection or |