Skip to content

Commit cd10d1c

Browse files
authored
Fix typo
1 parent 2db1a99 commit cd10d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver/others/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2985,7 +2985,7 @@ void *blas_memory_alloc(int procpos){
29852985

29862986
error:
29872987
if (memory_overflowed) goto terminate;
2988-
fprintf(stderr,"OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.\n")
2988+
fprintf(stderr,"OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.\n");
29892989
memory_overflowed=1;
29902990
new_release_info = (struct release_t*) malloc(512*sizeof(struct release_t));
29912991
newmemory = (struct newmemstruct*) malloc(512*sizeof(struct newmemstruct));

0 commit comments

Comments
 (0)