render/allocator/gbm: fix create() docs for FD ownership

Fixes: d9d8fc1ab9 ("render/allocator: re-open GBM FD")
This commit is contained in:
Simon Ser 2021-09-01 21:34:34 +02:00
parent d9d8fc1ab9
commit ee6c841d47
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ struct wlr_gbm_allocator {
/**
* Creates a new GBM allocator from a DRM FD.
*
* Does not take ownership over the FD.
* Takes ownership over the FD.
*/
struct wlr_allocator *wlr_gbm_allocator_create(int drm_fd);