summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-06-06 18:26:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-06-12 13:38:05 +0200
commitee10b8a913af08591acf295ced79a7b5e45be709 (patch)
tree61559b84c683e09ff8e2733e23b8e9ca95e9c6e6 /scripts
parentbd48e882b5df33d8c62e0048923e60c13ee33957 (diff)
downloadptxdist-ee10b8a913af08591acf295ced79a7b5e45be709.tar.gz
ptxdist-ee10b8a913af08591acf295ced79a7b5e45be709.tar.xz
ptxd_lib_dgen: fix typos
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_lib_dgen.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index f658a64d7..46387af10 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -36,7 +36,7 @@ FNR == 1 {
move_argc = ARGIND;
#
- # "include" all mafile files which are _not_ pkgs explicidly
+ # "include" all makefile files which are _not_ pkgs explicitly.
# the make files which are actually pkgs will be "include"d
# in the END rule
#