From 326c8d67adee4ec7e7dfd65a8981fb02347c9cd8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 1 Jul 2021 13:14:23 +0200 Subject: [PATCH] Fixup reference to liftoff_layer_get_plane_id in docs --- include/libliftoff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libliftoff.h b/include/libliftoff.h index ef669f6..6e2cd68 100644 --- a/include/libliftoff.h +++ b/include/libliftoff.h @@ -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. */