mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00: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:
parent
3e29bd268d
commit
6cc8e545b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue