From a7e43e12dc127d32bd590722dd4118e045d0f316 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 20 Apr 2011 18:46:33 +0200 Subject: [PATCH] typos in comments --- src/gras/Virtu/sg_process.c | 2 +- src/simix/smx_context_base.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gras/Virtu/sg_process.c b/src/gras/Virtu/sg_process.c index 9cbfc465fc..1ea5b265f3 100644 --- a/src/gras/Virtu/sg_process.c +++ b/src/gras/Virtu/sg_process.c @@ -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) diff --git a/src/simix/smx_context_base.c b/src/simix/smx_context_base.c index 1d06cc63eb..cb7437c80b 100644 --- a/src/simix/smx_context_base.c +++ b/src/simix/smx_context_base.c @@ -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. */ -- 2.20.1