Merge pull request #2101 from luzpaz/misc-typos

Misc. typo fixes in comments and documentation
This commit is contained in:
Martin Kroeker
2019-05-04 22:28:29 +02:00
committed by GitHub
24 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -2751,7 +2751,7 @@ void *blas_memory_alloc(int procpos){
#ifdef ALLOC_DEVICEDRIVER
if ((*func == alloc_devicedirver) && (map_address == (void *)-1)) {
fprintf(stderr, "OpenBLAS Warning ... Physically contigous allocation was failed.\n");
fprintf(stderr, "OpenBLAS Warning ... Physically contiguous allocation was failed.\n");
}
#endif