From: Martin Quinson Date: Sun, 31 Jul 2016 09:00:39 +0000 (+0200) Subject: typos X-Git-Tag: v3_14~688 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/54ea1bbe8efc171ebd567a479053f1e6ada22b00?hp=831de10adaaf8910940aa280e2ac2dd075b5ffe5 typos --- diff --git a/include/simgrid/s4u/comm.hpp b/include/simgrid/s4u/comm.hpp index 891d3000bd..e1046aa9cb 100644 --- a/include/simgrid/s4u/comm.hpp +++ b/include/simgrid/s4u/comm.hpp @@ -1,5 +1,4 @@ -/* Copyright (c) 2006-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2006-2016. The SimGrid Team. 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. */ @@ -30,7 +29,7 @@ public: public: - /*! tanke a range of s4u::Comm* (last excluded) and return when one of them is finished. The return value is an iterator on the finished Comms. */ + /*! take a range of s4u::Comm* (last excluded) and return when one of them is finished. The return value is an iterator on the finished Comms. */ template static I wait_any(I first, I last) {