diff --git a/Makefile b/Makefile index ec571050a09..5308d745e49 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ bin/%: FORCE FORCE: # Having .NOTPARALLEL will force make to do target once at a time but still -j # will be present in the MAKEFLAGS that are in turn interpreted by WAF -# so only 1 waf at a time will be called but it will still be able to do parralel builds if +# so only 1 waf at a time will be called but it will still be able to do parallel builds if # instructed to do so .NOTPARALLEL: % .PHONY: FORCE everything testsuite check torture