[PATCH 06/11] test: Tidy a comment in the bloblist test
Simon Glass
sjg at chromium.org
Thu Aug 19 05:40:28 CEST 2021
Fix up a copy error.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
test/bloblist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/bloblist.c b/test/bloblist.c
index 4104e6a92f6..b48be38dc3e 100644
--- a/test/bloblist.c
+++ b/test/bloblist.c
@@ -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)
--
2.33.0.rc1.237.g0d66db33f3-goog
More information about the U-Boot
mailing list