Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typos in comments
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 20 Apr 2011 16:46:33 +0000 (18:46 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 20 Apr 2011 16:46:33 +0000 (18:46 +0200)
src/gras/Virtu/sg_process.c
src/simix/smx_context_base.c

index 9cbfc46..1ea5b26 100644 (file)
@@ -195,7 +195,7 @@ const char *gras_os_host_property_value(const char *name)
                            name);
 }
 
-/** @brief retrieve the host properties dictionnary
+/** @brief retrieve the host properties dictionary
  *  @warning it's the original one, not a copy. Don't mess with it
  */
 xbt_dict_t gras_os_host_properties(void)
index 1d06cc6..cb7437c 100644 (file)
@@ -1,4 +1,4 @@
-/* context_base - Code factorization accross context switching implementations */
+/* context_base - Code factorization across context switching implementations */
 
 /* Copyright (c) 2010. The SimGrid Team.
  * All rights reserved.                                                     */