Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
surf_cpu_model_pm: remove global
[simgrid.git] / doc / doxygen / uhood_arch.doc
index f8663f4..7ee3fde 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
 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
 things are not exactly as documented here. 
 
 At some point, we at least extend this page to present the overall
@@ -15,9 +15,7 @@ page.
 
 @htmlonly
 <center>
 
 @htmlonly
 <center>
-@endhtmlonly
-@htmlinclude simgrid_modules.map
-@htmlonly
+<tt>htmlinclude simgrid_modules.map<tt>
 <br><b>SimGrid Components (click to jump to API)</b>
 </center>
 @endhtmlonly
 <br><b>SimGrid Components (click to jump to API)</b>
 </center>
 @endhtmlonly
@@ -26,7 +24,7 @@ page.
 @section ug_overview Overview of the toolkit components
 
 
 @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
 
 SimGrid provides several programming environments built on top of a unique
 simulation kernel. Each environment targets a specific audience and
@@ -42,7 +40,7 @@ your work.
    technical issues of real platforms are masked here. Check the @ref
    MSG_API section for more information.
 
    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.
    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.