Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo (and copyright dates on the way)
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 19 Jun 2012 15:40:55 +0000 (17:40 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 19 Jun 2012 15:41:16 +0000 (17:41 +0200)
include/simgrid/platf.h

index 3c40e0f..ac093a2 100644 (file)
@@ -1,7 +1,6 @@
 /* platf.h - Public interface to the SimGrid platforms                      */
 
-/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010, 2011. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2004-2012. 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. */
@@ -20,7 +19,7 @@ XBT_PUBLIC(sg_routing_edge_t) sg_routing_edge_by_name_or_null(const char *name);
 
 typedef struct tmgr_trace *tmgr_trace_t; /**< Opaque structure defining an availability trace */
 
-/** opaque structure defining a event generator for avaibility based on a probability distribution */
+/** opaque structure defining a event generator for availability based on a probability distribution */
 typedef struct probabilist_event_generator *probabilist_event_generator_t;
 
 XBT_PUBLIC(tmgr_trace_t) tmgr_trace_new_from_file(const char *filename);