From 6d3429af34ed0b5905faf32d2f22b9db2451f116 Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Mon, 2 Sep 2019 15:08:44 -0400 Subject: documentation: fixed a heap o' typos --- sys/msdk/gstmsdkvideomemory.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/msdk/gstmsdkvideomemory.c') diff --git a/sys/msdk/gstmsdkvideomemory.c b/sys/msdk/gstmsdkvideomemory.c index 5fc536988..8db07652a 100644 --- a/sys/msdk/gstmsdkvideomemory.c +++ b/sys/msdk/gstmsdkvideomemory.c @@ -107,7 +107,7 @@ gst_msdk_video_memory_get_surface_available (GstMemory * mem) /* * Every time releasing a gst buffer, we need to check the status of surface's lock, - * so that we could manage locked surfaces seperatedly in the context. + * so that we could manage locked surfaces separately in the context. * Otherwise, we put the surface to the available list. */ void @@ -209,7 +209,7 @@ gst_video_meta_map_msdk_memory (GstVideoMeta * meta, guint plane, } if ((flags & GST_MAP_WRITE) && mem->surface && mem->surface->Data.Locked) { - GST_WARNING ("The surface in memory %p is not still avaliable", mem); + GST_WARNING ("The surface in memory %p is not still available", mem); return FALSE; } @@ -305,7 +305,7 @@ gst_msdk_video_memory_map_full (GstMemory * base_mem, GstMapInfo * info, if ((info->flags & GST_MAP_WRITE) && mem->surface && mem->surface->Data.Locked) { - GST_WARNING ("The surface in memory %p is not still avaliable", mem); + GST_WARNING ("The surface in memory %p is not still available", mem); return NULL; } -- cgit v1.2.1