From: Arnaud Giersch Date: Thu, 30 Jan 2014 11:55:06 +0000 (+0100) Subject: Correct parameter name in doc. X-Git-Tag: v3_11_beta~114 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3735eb9d0e10ba6574aa0a59935d7dfe09b1658e Correct parameter name in doc. --- diff --git a/src/include/surf/maxmin.h b/src/include/surf/maxmin.h index 53a54d7ad4..fa6295b523 100644 --- a/src/include/surf/maxmin.h +++ b/src/include/surf/maxmin.h @@ -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 @@ -292,7 +292,7 @@ void *lmm_constraint_id(lmm_constraint_t cnst); /** * @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);