[PATCH] regsubst.pl: fix typo in help text
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Tue Aug 1 02:25:28 PDT 2017
It seems I did too much assembler stuff ...
Fixes: e7fed4338441 ("scripts: Provide script that helps using cpp defines in dcd tables")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
---
scripts/regsubst.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/regsubst.pl b/scripts/regsubst.pl
index 9621a58c47c6..3b6b8aa2e96d 100755
--- a/scripts/regsubst.pl
+++ b/scripts/regsubst.pl
@@ -71,7 +71,7 @@ Then you can process the file with B<regsubst.pl>:
If the result looks ok, you can replace the file:
$ scripts/regsubst.pl -I arch/arm/mach-imx/include flash-header-myboard.imxcfg > u
- $ mov u flash-header-myboard.imxcfg
+ $ mv u flash-header-myboard.imxcfg
=cut
--
2.11.0
More information about the barebox
mailing list