From 321811838c1b08146bd7401e5c57db06624c24bd Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Fri, 12 Jan 2018 00:16:48 +0100
Subject: [PATCH] Minor on comments

---
 include/chameleon/morse_runtime.h        | 9 +++------
 runtime/starpu/control/runtime_control.c | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/include/chameleon/morse_runtime.h b/include/chameleon/morse_runtime.h
index b67ba0ebf..c9f098f3f 100644
--- a/include/chameleon/morse_runtime.h
+++ b/include/chameleon/morse_runtime.h
@@ -1,12 +1,9 @@
 /**
  *
- * @copyright 2009-2014 The University of Tennessee and The University
- *                      of Tennessee Research Foundation.
- *                      All rights reserved.
- * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation.  All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
- **/
-/**
  *
  * @file runtime.h
  *
diff --git a/runtime/starpu/control/runtime_control.c b/runtime/starpu/control/runtime_control.c
index 4c76db9dd..770c18261 100644
--- a/runtime/starpu/control/runtime_control.c
+++ b/runtime/starpu/control/runtime_control.c
@@ -223,7 +223,7 @@ int RUNTIME_thread_rank( MORSE_context_t *morse )
 }
 
 /*******************************************************************************
- * Thread rank.
+ * Number of threads.
  **/
 int RUNTIME_thread_size( MORSE_context_t *morse )
 {
-- 
GitLab