Change comment in gst.h

This commit is contained in:
bakpakin 2017-07-09 13:24:38 -04:00
parent 325059203d
commit b19c834cf4
1 changed files with 2 additions and 2 deletions

View File

@ -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;