From a3f890c165608075fd37ae4450dc07a5fd0a037a Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 22 May 2015 17:39:14 +0000
Subject: [PATCH] fix name of the file for doxygen

---
 compute/pztile.c | 2 +-
 compute/zsytrs.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compute/pztile.c b/compute/pztile.c
index dcebc629f..7c907f1cd 100644
--- a/compute/pztile.c
+++ b/compute/pztile.c
@@ -10,7 +10,7 @@
 
 /**
  *
- * @file ztile.c
+ * @file pztile.c
  *
  *  MORSE auxiliary routines
  *  MORSE is a software package provided by Univ. of Tennessee,
diff --git a/compute/zsytrs.c b/compute/zsytrs.c
index 4018e52e3..a51bf4662 100644
--- a/compute/zsytrs.c
+++ b/compute/zsytrs.c
@@ -10,7 +10,7 @@
 
 /**
  *
- * @file zsysv.c
+ * @file zsytrs.c
  *
  *  MORSE computational routines
  *  MORSE is a software package provided by Univ. of Tennessee,
-- 
GitLab