diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c
index 4355e893f0fbf106606661f0a87c27f4151c8634..801977297fcc6d9f49d8468a6e5a2e294e2ccd4e 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.
  *
  *******************************************************************************
  *