Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
correct a small glitch in the example
[simgrid.git] / include / gras / process.h
index fb32a94..0449193 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id$ */
-
 /* gras/process.h - Manipulating data related to an host.                   */
 
-/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
+/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. 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. */
@@ -55,7 +54,7 @@ XBT_PUBLIC(void *) gras_userdata_set(void *ud);
 
 /** \brief Malloc and set the data associated with the current process.
  *
- * @warnig gras_userdata_new() expects the pointed type, not the
+ * @warning gras_userdata_new() expects the pointed type, not the
  * pointer type. We know it'a a bit troublesome, but it seems like
  * the only solution since this macro has to compute the size to
  * malloc and should thus know the pointed type.