diff --git a/kernel/Makefile b/kernel/Makefile index 58b1795b0..436bde4d5 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -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:..- and once as -# inuxkit/kernel:..x. The is the git tree hash +# linuxkit/kernel:..x. The is the git tree hash # of the current directory. The build will only rebuild the kernel # image if the git tree hash changed. #