summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2025-11-23 23:57:03 +0100
committerTom Rini <[email protected]>2025-12-05 08:54:44 -0600
commit0978f3287c1b43ebac6f5f1e49fdf07182d55a60 (patch)
tree5f51dc7590c8baad4460443b12ce3c95ca12fcef /test
parent061cdb247cb41decbc598d301cbb20131948f06b (diff)
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 <[email protected]>
Diffstat (limited to 'test')
-rw-r--r--test/cmd/font.c4
1 files 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 <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;