From: Eugen Cazacu Date: Sat, 1 Dec 2018 16:03:22 +0000 (+0100) Subject: user/Makefile: Fix typo and capitalization in comment section X-Git-Tag: for-linus-20190104~40^2~19 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c7fe060885c4c0b78934c3d7507aa5e68de4099f;p=linux-2.6-block.git user/Makefile: Fix typo and capitalization in comment section Signed-off-by: Eugen Cazacu Signed-off-by: Masahiro Yamada --- diff --git a/usr/Makefile b/usr/Makefile index 748f6a60bb1e..4a70ae43c9cb 100644 --- a/usr/Makefile +++ b/usr/Makefile @@ -49,10 +49,10 @@ $(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 +# 4) Arguments to gen_initramfs.sh changes $(obj)/$(datafile_y): $(obj)/gen_init_cpio $(deps_initramfs) klibcdirs $(Q)$(initramfs) -l $(ramfs-input) > $(obj)/$(datafile_d_y) $(call if_changed,initfs)