Merge pull request #2079 from ndauten/ndd-makefile-fix

Fix spelling errors
This commit is contained in:
Justin Cormack 2017-06-20 09:25:30 -07:00 committed by GitHub
commit 7258e09b1f

View File

@ -1,10 +1,10 @@
# This builds the supported LinuxKit kernels. Kernels are wrapped up
# in a scratch container, which contains the bzImage, a tar
# ball with modules, the kernel sourcs, and in some case, the perf binary.
# ball with modules, the kernel sources, and in some case, the perf binary.
#
# Each kernel is pushed to hub twice, once as
# linuxkit/kernel:<kernel>.<major>.<minor>-<hash> and once as
# inuxkit/kernel:<kernel>.<major>.x. The <hash> is the git tree hash
# linuxkit/kernel:<kernel>.<major>.x. The <hash> is the git tree hash
# of the current directory. The build will only rebuild the kernel
# image if the git tree hash changed.
#