changeset 607:8444f83d48af

ui: typo
author David Demelier <markand@malikania.fr>
date Fri, 11 Aug 2023 13:34:17 +0200
parents 35e58271d820
children 2527b000aaa5
files libmlk-ui/mlk/ui/frame.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libmlk-ui/mlk/ui/frame.h	Fri Aug 11 12:58:02 2023 +0200
+++ b/libmlk-ui/mlk/ui/frame.h	Fri Aug 11 13:34:17 2023 +0200
@@ -100,10 +100,10 @@
 	/**
 	 * (read-write, optional)
 	 *
-	 * Draw this label.
+	 * Draw this frame.
 	 *
 	 * \param self this delegate
-	 * \param frame the frame to update
+	 * \param frame the frame to draw
 	 */
 	void (*draw)(struct mlk_frame_delegate *self,
 	             const struct mlk_frame *frame);
@@ -111,7 +111,7 @@
 	/**
 	 * (read-write, optional)
 	 *
-	 * Cleanup this delegate associated with the label.
+	 * Cleanup this delegate associated with the frame.
 	 *
 	 * \param self this delegate
 	 * \param frame the underlying frame