From dd7612358dd68bd0db90ea9b334c2a3dbc7c62c4 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 1 Apr 2016 13:49:33 -0400 Subject: [PATCH] Correct small typo in comment --- Makefile.rule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rule b/Makefile.rule index 6d0d8f4e5..27aa5a539 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -114,7 +114,7 @@ NO_AFFINITY = 1 # Force number of make jobs. The default is the number of logical CPU of the host. # This is particularly useful when using distcc. # A negative value will disable adding a -j flag to make, allowing to use a parent -# make -j value. This is usefull to call OpenBLAS make from an other project +# make -j value. This is useful to call OpenBLAS make from an other project # makefile # MAKE_NB_JOBS = 2