From b19c834cf47513fede82240ae4e6950acfae7205 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Sun, 9 Jul 2017 13:24:38 -0400 Subject: [PATCH] Change comment in gst.h --- include/gst/gst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gst/gst.h b/include/gst/gst.h index 4c9b7045..50b1866b 100644 --- a/include/gst/gst.h +++ b/include/gst/gst.h @@ -210,8 +210,8 @@ struct GstValue { GstValueUnion data; }; -/* A lightweight thread in gst. Does not correspond to - * operating system threads. Used in coroutines and continuations. */ +/* A lightweight green thread in gst. Does not correspond to + * operating system threads. */ struct GstThread { uint32_t count; uint32_t capacity;