From 2c90908607119ff97b8adbb549d2ce0ca75db6f8 Mon Sep 17 00:00:00 2001 From: Eugen Cazacu <32613393+oygen87@users.noreply.github.com> Date: Fri, 30 Nov 2018 16:20:00 +0100 Subject: [PATCH] Fix typo --- usr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/Makefile b/usr/Makefile index 748f6a60bb1e00..a4db89b85c0d88 100644 --- a/usr/Makefile +++ b/usr/Makefile @@ -49,7 +49,7 @@ $(deps_initramfs): ; $(deps_initramfs): klibcdirs # We rebuild initramfs_data.cpio if: -# 1) Any included file is newer then initramfs_data.cpio +# 1) Any included file is newer than initramfs_data.cpio # 2) There are changes in which files are included (added or deleted) # 3) If gen_init_cpio are newer than initramfs_data.cpio # 4) arguments to gen_initramfs.sh changes