From 413cda58d68a4f1f05bdbe5bd35340232abc4c49 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 23 Aug 2019 17:42:40 +0300 Subject: [PATCH] libweston: Fix rename of weston_compositor_destroy() reference Commit 284d5345ad38d introduced a new tear_down function for the compositor, it seems we missed a comment reference for it. Signed-off-by: Marius Vlad --- libweston/compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweston/compositor.c b/libweston/compositor.c index 88ca7383..d20dfe7e 100644 --- a/libweston/compositor.c +++ b/libweston/compositor.c @@ -6499,7 +6499,7 @@ weston_compositor_create_output_with_head(struct weston_compositor *compositor, * The heads attached to the given output are detached and become unused again. * * It is not necessary to explicitly destroy all outputs at compositor exit. - * weston_compositor_destroy() will automatically destroy any remaining + * weston_compositor_tear_down() will automatically destroy any remaining * outputs. * * \ingroup ouput