Skip to content

Commit 75ef312

Browse files
rddunlapmasahir0y
authored andcommitted
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>
1 parent 70ddb48 commit 75ef312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,8 +1294,8 @@ scripts_unifdef: scripts_basic
12941294
# Install
12951295

12961296
# Many distributions have the custom install script, /sbin/installkernel.
1297-
# If DKMS is installed, 'make install' will eventually recuses back
1298-
# to the this Makefile to build and install external modules.
1297+
# If DKMS is installed, 'make install' will eventually recurse back
1298+
# to this Makefile to build and install external modules.
12991299
# Cancel sub_make_done so that options such as M=, V=, etc. are parsed.
13001300

13011301
install: sub_make_done :=

0 commit comments

Comments
 (0)