diff options
| -rw-r--r-- | test/cmd/font.c | 4 |
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; |
