Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct parameter name in doc.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 30 Jan 2014 11:55:06 +0000 (12:55 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 30 Jan 2014 14:26:51 +0000 (15:26 +0100)
src/include/surf/maxmin.h

index 53a54d7..fa6295b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2013. The SimGrid Team.
+/* Copyright (c) 2004-2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -292,7 +292,7 @@ void *lmm_constraint_id(lmm_constraint_t cnst);
 /**
  * @brief Get the data associated to a variable
  * 
 /**
  * @brief Get the data associated to a variable
  * 
- * @param cnst A variable
+ * @param var A variable
  * @return The data associated to the variable
  */
 void *lmm_variable_id(lmm_variable_t var);
  * @return The data associated to the variable
  */
 void *lmm_variable_id(lmm_variable_t var);