From 43bb633096e53e4920e862fff3f79a02bfee6aed Mon Sep 17 00:00:00 2001 From: xantares Date: Fri, 2 May 2014 08:54:22 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 294502f81..c2a019305 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ endif ifeq ($(USE_OPENMP), 1) @echo - @echo " Use OpenMP in the multithreading. Becasue of ignoring OPENBLAS_NUM_THREADS and GOTO_NUM_THREADS flags, " + @echo " Use OpenMP in the multithreading. Because of ignoring OPENBLAS_NUM_THREADS and GOTO_NUM_THREADS flags, " @echo " you should use OMP_NUM_THREADS environment variable to control the number of threads." @echo endif