From 4cb4738f3164fe9eb63aa68e89abf4bea6e82fc3 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 30 Sep 2019 09:10:19 -0400 Subject: [PATCH] Fix source typo Found via `codespell -q 3 -L amin,als,ba,dum,mone,nd,nto,orign -S Changelog.txt,./lapack*` --- common_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_thread.h b/common_thread.h index bd964445e..daee57109 100644 --- a/common_thread.h +++ b/common_thread.h @@ -196,7 +196,7 @@ int syrk_thread(int mode, blas_arg_t *, BLASLONG *, BLASLONG *, int (*function)( int beta_thread(int mode, BLASLONG m, BLASLONG n, double alpha_r, double alpha_i, - void *c, BLASLONG ldc, int (*fuction)()); + void *c, BLASLONG ldc, int (*function)()); int getrf_thread(int mode, BLASLONG m, BLASLONG n, BLASLONG k, void *offsetA, BLASLONG lda,