From a7d1883351c5ce9576008f70b35c47fd7d795a1b Mon Sep 17 00:00:00 2001 From: siiky Date: Tue, 2 Jan 2024 13:39:48 +0000 Subject: [PATCH] Fix typo in `Makefile` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ac81ac7e..27dd6c32c 100644 --- a/Makefile +++ b/Makefile @@ -555,7 +555,7 @@ clean: # even if the rule is empty and does nothing. Otherwise, the .DEFAULT # rule gets triggered. # -# This is a normal and neecssary behavior when source files get deleted. +# This is a normal and necessary behavior when source files get deleted. # The build reacts automatically to this happening, by simply deleting # and regenerating the dependency graph; so we can safely use wildcard. #