summaryrefslogtreecommitdiff
path: root/lib/libdrm/freedreno/kgsl/msm_kgsl.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2016-10-16 06:01:57 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2016-10-16 06:01:57 +0000
commitdbfc47a13e7838592fd16d549f2a654ebfc102bd (patch)
treedabe936521e99eddb7311e0c68a0120810179dd9 /lib/libdrm/freedreno/kgsl/msm_kgsl.h
parenta158ee96fc7092cf67045cc9484f6ba6c90a50de (diff)
Import libdrm 2.4.71
Diffstat (limited to 'lib/libdrm/freedreno/kgsl/msm_kgsl.h')
-rw-r--r--lib/libdrm/freedreno/kgsl/msm_kgsl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdrm/freedreno/kgsl/msm_kgsl.h b/lib/libdrm/freedreno/kgsl/msm_kgsl.h
index e67190f07..5b36eeb43 100644
--- a/lib/libdrm/freedreno/kgsl/msm_kgsl.h
+++ b/lib/libdrm/freedreno/kgsl/msm_kgsl.h
@@ -31,7 +31,7 @@
#define KGSL_FLAGS_SOFT_RESET 0x00000100
#define KGSL_FLAGS_PER_CONTEXT_TIMESTAMPS 0x00000200
-/* Clock flags to show which clocks should be controled by a given platform */
+/* Clock flags to show which clocks should be controlled by a given platform */
#define KGSL_CLK_SRC 0x00000001
#define KGSL_CLK_CORE 0x00000002
#define KGSL_CLK_IFACE 0x00000004
@@ -295,7 +295,7 @@ struct kgsl_cmdstream_freememontimestamp {
/* Previous versions of this header had incorrectly defined
IOCTL_KGSL_CMDSTREAM_FREEMEMONTIMESTAMP as a read-only ioctl instead
- of a write only ioctl. To ensure binary compatability, the following
+ of a write only ioctl. To ensure binary compatibility, the following
#define will be used to intercept the incorrect ioctl
*/