diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-03-23 18:47:47 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-03-27 15:42:04 -0400 |
commit | 6cc8e545b79311de2dbf7f05291fc77a54ffea6b (patch) | |
tree | 2a69f066e782471f0ad9fd198e803430a046e47f /test | |
parent | 3e29bd268d6361d7962db2c4a9cd4cf4d85abec2 (diff) | |
download | u-boot-6cc8e545b79311de2dbf7f05291fc77a54ffea6b.tar.gz |
test: typo decompression
%s/decopmression/decompression/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/compression.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compression.c b/test/compression.c index cf040d7c86..63f929fa4b 100644 --- a/test/compression.c +++ b/test/compression.c @@ -451,7 +451,7 @@ static int compress_using_none(struct unit_test_state *uts, } /** - * run_bootm_test() - Run tests on the bootm decopmression function + * run_bootm_test() - Run tests on the bootm decompression function * * @comp_type: Compression type to test * @compress: Our function to compress data |