Skip to content

Commit

Permalink
Makefile: fix 2 typos
Browse files Browse the repository at this point in the history
Fix typos in comments so that they make sense.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
rddunlap authored and masahir0y committed May 7, 2022
1 parent 70ddb48 commit 75ef312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 :=
Expand Down

0 comments on commit 75ef312

Please sign in to comment.