Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typos
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 31 Jul 2016 09:00:39 +0000 (11:00 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 31 Jul 2016 09:00:39 +0000 (11:00 +0200)
include/simgrid/s4u/comm.hpp

index 891d300..e1046aa 100644 (file)
@@ -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. */
 
 /* 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:
   
 
 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<class I> static
   I wait_any(I first, I last)
   {
   template<class I> static
   I wait_any(I first, I last)
   {