diff options
| author | Simon Glass <[email protected]> | 2021-08-18 21:40:28 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-16 13:19:25 -0400 |
| commit | 127ca104677e5dd0ac4d5d991faa2ebb704da6f1 (patch) | |
| tree | 0b825b7336fb6715eb39a1624c1aa4515d5c4eb0 /test | |
| parent | ad6ddc57eeecbcad62177b47b1e2b63027bcf6a9 (diff) | |
test: Tidy a comment in the bloblist test
Fix up a copy error.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test')
| -rw-r--r-- | test/bloblist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
