From 9f16353327bc37795d30bcaa1b814c99a27a297a Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 17 Dec 2024 17:00:11 +0100
Subject: [PATCH] coreblas/lascal: improve comment

---
 coreblas/compute/core_zlascal.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c
index 4355e893f..801977297 100644
--- a/coreblas/compute/core_zlascal.c
+++ b/coreblas/compute/core_zlascal.c
@@ -27,9 +27,10 @@
  *
  * @ingroup CORE_CHAMELEON_Complex64_t
  *
- *  CORE_zlascal scales a two-dimensional matrix A. As opposite to
- *  CORE_zlascl(), no checks is performed to prevent under/overflow. This should
- *  have been done at higher level.
+ *  CORE_zlascal scales a two-dimensional matrix A.
+ *  As opposed to CORE_zlascl(), no checks is performed to prevent
+ *  under/overflow and scaling with a complex is possible. This should have been
+ *  done at higher level.
  *
  *******************************************************************************
  *
-- 
GitLab