Fixup reference to liftoff_layer_get_plane_id in docs

This commit is contained in:
Simon Ser 2021-07-01 13:14:23 +02:00
parent f1c2ac1981
commit 326c8d67ad

View file

@ -56,7 +56,7 @@ uint32_t liftoff_plane_get_id(struct liftoff_plane *plane);
* Build a layer to plane mapping and append the plane configuration to `req`.
*
* Callers are expected to commit `req` afterwards and can read the layer to
* plane mapping with `liftoff_layer_get_plane_id`.
* plane mapping with `liftoff_layer_get_plane`.
*
* `flags` is the atomic commit flags the caller intends to use.
*/