diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2022-04-25 20:53:18 -0700 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-05-08 03:17:00 +0900 |
commit | 75ef31221cec1b6056c42ac21cde59a2881d60f1 (patch) | |
tree | 79470f31096bd0c5fb44a99e1310d1c628a094ef /Makefile | |
parent | 70ddb48db4aaddd3c2a7d8802463e15b21ce8525 (diff) | |
download | linux-stable-75ef31221cec1b6056c42ac21cde59a2881d60f1.tar.gz linux-stable-75ef31221cec1b6056c42ac21cde59a2881d60f1.tar.bz2 linux-stable-75ef31221cec1b6056c42ac21cde59a2881d60f1.zip |
Makefile: fix 2 typos
Fix typos in comments so that they make sense.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1294,8 +1294,8 @@ scripts_unifdef: scripts_basic # Install # Many distributions have the custom install script, /sbin/installkernel. -# If DKMS is installed, 'make install' will eventually recuses back -# to the this Makefile to build and install external modules. +# If DKMS is installed, 'make install' will eventually recurse back +# to this Makefile to build and install external modules. # Cancel sub_make_done so that options such as M=, V=, etc. are parsed. install: sub_make_done := |