commit | 723ef9dcb6791c88666ac9cf4c647bea87b6a3cb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 18 21:40:28 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 16 13:19:25 2021 -0400 |
tree | 0b825b7336fb6715eb39a1624c1aa4515d5c4eb0 | |
parent | 9936fe39d5ecb31dfa0ed019f9b74c4b99f147b9 [diff] |
test: Tidy a comment in the bloblist test Fix up a copy error. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/bloblist.c b/test/bloblist.c index 4104e6a..b48be38 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)