From edbc5581f09a962a41903cf9bbd57d060c89cf55 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 6 Feb 2018 18:48:35 +0100 Subject: [PATCH] Minor in coreblas --- coreblas/compute/core_zlascal.c | 2 +- coreblas/include/coreblas.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c index 0d66e2cb7..77aa12b4b 100644 --- a/coreblas/compute/core_zlascal.c +++ b/coreblas/compute/core_zlascal.c @@ -10,7 +10,7 @@ * *** * - * @brief Chameleon computational routines + * @brief Chameleon core_zlascal CPU kernel * * @version 1.0.0 * @author Dalal Sukkari diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h index 5b626aa5d..d92f517aa 100644 --- a/coreblas/include/coreblas.h +++ b/coreblas/include/coreblas.h @@ -9,7 +9,7 @@ * *** * - * @brief Chameleon CPU kernel main header + * @brief Chameleon CPU kernels main header * * @version 1.0.0 * @author Jakub Kurzak -- GitLab