From: Heinrich Schuchardt Date: Sun, 23 Nov 2025 22:57:03 +0000 (+0100) Subject: test: correct comments in test/cmd/font.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0978f3287c1b43ebac6f5f1e49fdf07182d55a60;p=thirdparty%2Fu-boot.git 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 --- 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;