diff mbox series

[1/1] test: typo decompression

Message ID 20200323174747.7074-1-xypron.glpk@gmx.de
State Accepted
Commit 6cc8e545b79311de2dbf7f05291fc77a54ffea6b
Headers show
Series [1/1] test: typo decompression | expand

Commit Message

Heinrich Schuchardt March 23, 2020, 5:47 p.m. UTC
%s/decopmression/decompression/

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 test/compression.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.25.1

Comments

Simon Glass March 23, 2020, 6:42 p.m. UTC | #1
On Mon, 23 Mar 2020 at 11:47, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> %s/decopmression/decompression/
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  test/compression.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>
Tom Rini March 27, 2020, 9:55 p.m. UTC | #2
On Mon, Mar 23, 2020 at 06:47:47PM +0100, Heinrich Schuchardt wrote:

> %s/decopmression/decompression/
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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