Fix typo in common.h
This commit is contained in:
parent
42f048cf6c
commit
a62cfc3ccf
2
common.h
2
common.h
|
@ -392,7 +392,7 @@ typedef int blasint;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***
|
/***
|
||||||
To alloc job_t on heap or statck.
|
To alloc job_t on heap or stack.
|
||||||
please https://github.com/xianyi/OpenBLAS/issues/246
|
please https://github.com/xianyi/OpenBLAS/issues/246
|
||||||
***/
|
***/
|
||||||
#if defined(OS_WINDOWS)
|
#if defined(OS_WINDOWS)
|
||||||
|
|
Loading…
Reference in New Issue