summaryrefslogtreecommitdiff
path: root/etnaviv
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-12-19 14:55:45 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2019-04-17 18:23:25 +0100
commit360292c7ab527c48ba023103e10a4f6db7ecc2a5 (patch)
treea0020ffe93ff9094bacf4602752e2da477868175 /etnaviv
parentad8bec1ed86158df374ea99bd6e73c5aa7bb089f (diff)
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 'etnaviv')
-rw-r--r--etnaviv/etnaviv_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/etnaviv/etnaviv_priv.h b/etnaviv/etnaviv_priv.h
index e45d364c..eef7f49c 100644
--- a/etnaviv/etnaviv_priv.h
+++ b/etnaviv/etnaviv_priv.h
@@ -150,7 +150,7 @@ struct etna_cmd_stream_priv {
struct etna_bo **bos;
uint32_t nr_bos, max_bos;
- /* notify callback if buffer reset happend */
+ /* notify callback if buffer reset happened */
void (*reset_notify)(struct etna_cmd_stream *stream, void *priv);
void *reset_notify_priv;
};