From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Wed, 19 Aug 2020 13:27:03 +0200 Message-Id: <20200819112703.11988-4-rhi@pengutronix.de> In-Reply-To: <20200819112703.11988-1-rhi@pengutronix.de> References: <20200807104425.30276-1-rhi@pengutronix.de> <20200819112703.11988-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH v2 4/4] kernel: fix some typos in comments List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Signed-off-by: Roland Hieber --- v2: new patch rules/kernel.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/kernel.make b/rules/kernel.make index ec00a872ccc2..6a764ce2fe1a 100644 --- a/rules/kernel.make +++ b/rules/kernel.make @@ -96,7 +96,7 @@ endif # KERNEL_IMAGE := $(call remove_quotes, $(PTXCONF_KERNEL_IMAGE)) -# these are sane default +# these are sane defaults KERNEL_IMAGE_PATH_y := $(KERNEL_BUILD_DIR)/arch/$(GENERIC_KERNEL_ARCH)/boot/$(KERNEL_IMAGE) # vmlinux and vmlinuz are special @@ -143,7 +143,7 @@ endif @$(call world/prepare, KERNEL) # -# Use a existing dummy INITRAMFS_SOURCE for the fist 'make' call. The +# Use an existing dummy INITRAMFS_SOURCE for the first 'make' call. The # kernel image will be rebuilt in the image-kernel package with the real # initramfs. # -- 2.28.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de