From: Simon Glass Date: Thu, 19 Aug 2021 03:40:28 +0000 (-0600) Subject: test: Tidy a comment in the bloblist test X-Git-Tag: v2022.01-rc1~40^2~17^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127ca104677e5dd0ac4d5d991faa2ebb704da6f1;p=pandora-u-boot.git test: Tidy a comment in the bloblist test Fix up a copy error. Signed-off-by: Simon Glass --- 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)