mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
test: Tidy a comment in the bloblist test
Fix up a copy error. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ad6ddc57ee
commit
127ca10467
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
/* Declare a new compression test */
|
||||
/* Declare a new bloblist test */
|
||||
#define BLOBLIST_TEST(_name, _flags) \
|
||||
UNIT_TEST(_name, _flags, bloblist_test)
|
||||
|
||||
|
|
Loading…
Reference in a new issue