From 4c73320c759100f7a0386a3e5805042699466656 Mon Sep 17 00:00:00 2001 From: Nathan Dautenhahn Date: Tue, 20 Jun 2017 05:54:26 -0400 Subject: [PATCH] Fix spelling errors inuxkit/kernel -> linuxkit/kernel sourcs -> sources Signed-off-by: Nathan Dautenhahn --- kernel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. #