From 5b42defbf3392381df133ba8e8d3acdebbc2cd29 Mon Sep 17 00:00:00 2001
From: Matthieu KUHN <bkuhnm@l0.spartan.bench.local>
Date: Thu, 31 Mar 2022 14:46:46 +0200
Subject: [PATCH] compute/plrnt: Fix comment

---
 compute/pzplrnt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compute/pzplrnt.c b/compute/pzplrnt.c
index 8b4cfe115..b6fba3206 100644
--- a/compute/pzplrnt.c
+++ b/compute/pzplrnt.c
@@ -26,7 +26,7 @@
 
 #define A(m, n) A,  m,  n
 /**
- *  chameleon_pzplghe - Generate a random matrix by tiles.
+ *  chameleon_pzplrnt - Generate a random matrix by tiles.
  */
 void chameleon_pzplrnt( CHAM_desc_t *A,
                         int bigM, int m0, int n0, unsigned long long int seed,
-- 
GitLab