diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-08-31 23:35:01 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-17 08:13:16 +0200 |
commit | 3e304db0f0ef583efb250a19663259bb6dc60c93 (patch) | |
tree | 450dced9ebaaa2612b595f7b61c60ef1a11e73c5 /scripts/mkmakefile | |
parent | 8adad451a3d4e536dffe900d06ccd88740afe68b (diff) | |
download | buildroot-novena-3e304db0f0ef583efb250a19663259bb6dc60c93.tar.gz buildroot-novena-3e304db0f0ef583efb250a19663259bb6dc60c93.zip |
scripts/mkmakefile: fix typo
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'scripts/mkmakefile')
-rwxr-xr-x | scripts/mkmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkmakefile b/scripts/mkmakefile index 38d826853..cef2ec707 100755 --- a/scripts/mkmakefile +++ b/scripts/mkmakefile @@ -1,7 +1,7 @@ #!/bin/sh # Generates a small Makefile used in the root of the output # directory, to allow make to be started from there. -# The Makefile also allow for more convinient build of external modules +# The Makefile also allow for more convenient build of external modules # Usage # $1 - Kernel src directory |