1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-27 13:31:16 +02:00

test: typo decompression

%s/decopmression/decompression/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Heinrich Schuchardt
2020-03-23 18:47:47 +01:00
committed by Tom Rini
parent 3e29bd268d
commit 6cc8e545b7

View File

@@ -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 * @comp_type: Compression type to test
* @compress: Our function to compress data * @compress: Our function to compress data