[PATCH] Makefile: fix a typo

From: Randy Dunlap
Date: Mon Apr 25 2022 - 20:25:56 EST


Fix a typo so that it makes sense.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Cc: linux-kbuild@xxxxxxxxxxxxxxx
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Makefile
+++ b/Makefile
@@ -1386,7 +1386,7 @@ scripts_unifdef: scripts_basic
# Install

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