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 <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt
2025-11-23 23:57:03 +01:00
committed by Tom Rini
parent 061cdb247c
commit 0978f3287c

View File

@@ -10,10 +10,10 @@
#include <video_console.h>
#include <test/ut.h>
/* 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;