From 3735eb9d0e10ba6574aa0a59935d7dfe09b1658e Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 30 Jan 2014 12:55:06 +0100 Subject: [PATCH] Correct parameter name in doc. --- src/include/surf/maxmin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1