diff mbox series

Makefile: fix a typo

Message ID 20220426002551.20171-1-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series Makefile: fix a typo | expand

Commit Message

Randy Dunlap April 26, 2022, 12:25 a.m. UTC
Fix a typo so that it makes sense.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: linux-kbuild@vger.kernel.org
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada April 26, 2022, 3:38 a.m. UTC | #1
On Tue, Apr 26, 2022 at 9:25 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> Fix a typo so that it makes sense.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Masahiro Yamada <masahiroy@kernel.org>
> Cc: linux-kbuild@vger.kernel.org
> ---
>  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.


While you are here, can you fix the next line?

"to the this Makefile"   ->  "to this Makefile"



>  # Cancel sub_make_done so that options such as M=, V=, etc. are parsed.
>
diff mbox series

Patch

--- 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.