From 50464997a39218b35c8ea01c5763d8934242a169 Mon Sep 17 00:00:00 2001 From: Dan Luu Date: Sun, 30 Jun 2013 11:36:13 -0500 Subject: [PATCH] Fix miscellaneous typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e99bb938..4c6ea10df 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ On X86 box, compile this library for loongson3a CPU. make DEBUG=1 -### Install to the directory (Optional) +### Install to the directory (optional) Example: @@ -55,7 +55,7 @@ Please read GotoBLAS_01Readme.txt - **GNU/Linux** - **MingWin/Windows**: Please read . - **Darwin/Mac OS X**: Experimental. Although GotoBLAS2 supports Darwin, we are the beginner on Mac OS X. -- **FreeBSD**: Supportted by community. We didn't test the library on this OS. +- **FreeBSD**: Supported by community. We didn't test the library on this OS. ## Usages Link with libopenblas.a or -lopenblas for shared library. @@ -80,7 +80,7 @@ If you compile this lib with USE_OPENMP=1, you should set OMP_NUM_THREADS enviro ### Set the number of threads on runtime. -We provided the below functions to controll the number of threads on runtime. +We provided the below functions to control the number of threads on runtime. void goto_set_num_threads(int num_threads);