From 1a1f3245d6a36d00f4bfd7f913a636763bb414c8 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 2 Feb 2016 11:59:00 +0100 Subject: [PATCH] Update dynamic.c Fix typo in comment (Avolon->Avoton) --- driver/others/dynamic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/others/dynamic.c b/driver/others/dynamic.c index d8ece0ffc..427904d54 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -281,7 +281,7 @@ static gotoblas_t *get_coretype(void){ return &gotoblas_NEHALEM; //OS doesn't support AVX. Use old kernels. } } - //Intel Avolon + //Intel Avoton if (model == 13) { openblas_warning(FALLBACK_VERBOSE, NEHALEM_FALLBACK); return &gotoblas_NEHALEM;