diff --git a/src/include/client.h b/src/include/client.h index df1bed88..181c52e4 100644 --- a/src/include/client.h +++ b/src/include/client.h @@ -147,7 +147,7 @@ typedef struct _SharedSurfInfo { uint32_t flags; // the flags of the surface uint32_t width, height; uint32_t pitch; - uint32_t name; // when use flinked name + uint32_t name; // when use flink name uint32_t drm_format; // DRM pixel format size_t size; // whole size of the surface off_t offset; // offset of pixel data