From 64a1f8476d9015f9d00c13cae746a6a4fec6e25e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 19 Jun 2012 17:40:55 +0200 Subject: [PATCH] typo (and copyright dates on the way) --- include/simgrid/platf.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index 3c40e0f4f0..ac093a2fc8 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -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); -- 2.20.1