X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f9ddec9995bd05c627517bbb7fe62451788d1e4..de6f834747f9af2af9f110ee3ba3bb9f3f0d01f3:/src/xbt/dict.c diff --git a/src/xbt/dict.c b/src/xbt/dict.c index 865934e3e0..4d1d51cfef 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -2,11 +2,10 @@ /* dict - a generic dictionnary, variation over the B-tree concept */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2003 the OURAGAN project. */ +/* Copyright (c) 2003,2004 Martin Quinson. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "dict_private.h" @@ -57,7 +56,7 @@ xbt_dict_free(xbt_dict_t *dict) { /** * xbt_dict_set_ext: * - * @p_dict: the container + * @dict: the container * @key: the key to set the new data * @data: the data to add in the dict *