]> AND Public Git Repository - simgrid.git/blobdiff - doc/doxygen/uhood_arch.doc
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc_api::get_pattern_comm_addr() is renamed to mc_api::get_comm_isend_raw_addr()
[simgrid.git] / doc / doxygen / uhood_arch.doc
index f8663f4332ee4410ed75d98372ff7da406096689..617f89b98019bc0113e13fca9626b75b92a7b37d 100644 (file)
@@ -3,7 +3,7 @@
 This page presents the current code organization, as you will see it
 if you dig into the src/ directory. <b>But things will change during
 the current Gran Refactoring leading to SimGrid 4</b>. So take the
-information on this page with a grain of salt, and don't be affraid if
+information on this page with a grain of salt, and don't be afraid if
 things are not exactly as documented here. 
 
 At some point, we at least extend this page to present the overall
@@ -26,7 +26,7 @@ page.
 @section ug_overview Overview of the toolkit components
 
 
-@subsection ug_overview_envs Programing environments layer
+@subsection ug_overview_envs Programming environments layer
 
 SimGrid provides several programming environments built on top of a unique
 simulation kernel. Each environment targets a specific audience and
@@ -42,7 +42,7 @@ your work.
    technical issues of real platforms are masked here. Check the @ref
    MSG_API section for more information.
 
- - If you want to study the behavior of a MPI application using emulation,
+ - If you want to study the behavior of an MPI application using emulation,
    you should have a look at the <b>@ref SMPI_API</b> (Simulated
    MPI) programming environment. Unfortunately, this work is still underway.
    Check the @ref SMPI_API section for more information.