Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'pikachuyann/simgrid-stoprofiles'
[simgrid.git] / examples / deprecated / java / async / waitall / Main.java
index 5e1a27c953bb5786260287739a3dc453f4707060..5035b0a8a9403f629e4a1c7ff95ce34fb4728c70 100644 (file)
@@ -1,11 +1,11 @@
-/* Copyright (c) 2006-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2006-2020. 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. */
 
 package async.waitall;
 
-/** This example demonstrates the use of the asynchrounous communications
+/** This example demonstrates the use of the asynchronous communications
  * 
  *  Task.isend() and Task.irecv() are used to start the communications in non-blocking mode.
  *