user/Makefile: Fix typo and capitalization in comment section
authorEugen Cazacu <green182day@hotmail.com>
Sat, 1 Dec 2018 16:03:22 +0000 (17:03 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 10 Dec 2018 15:18:03 +0000 (00:18 +0900)
Signed-off-by: Eugen Cazacu <green182day@hotmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
usr/Makefile

index 748f6a60bb1e00070dbc61a895ba19e4370b476f..4a70ae43c9cb5366abbe135415de85c351fb4270 100644 (file)
@@ -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)