From 0978f3287c1b43ebac6f5f1e49fdf07182d55a60 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sun, 23 Nov 2025 23:57:03 +0100 Subject: [PATCH] test: correct comments in test/cmd/font.c The test relates to the 'font' and not to the 'fdt' command. Signed-off-by: Heinrich Schuchardt --- test/cmd/font.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cmd/font.c b/test/cmd/font.c index 7ae648d7395..5c52f359a57 100644 --- a/test/cmd/font.c +++ b/test/cmd/font.c @@ -10,10 +10,10 @@ #include #include -/* Declare a new fdt test */ +/* Declare a new font test */ #define FONT_TEST(_name, _flags) UNIT_TEST(_name, _flags, font) -/* Test 'fdt addr' resizing an fdt */ +/* Test the 'font' command */ static int font_test_base(struct unit_test_state *uts) { struct udevice *dev; -- 2.47.3