]> AND Public Git Repository - simgrid.git/blobdiff - docs/source/platform_howtos.rst
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge remote-tracking branch 'github/master'
[simgrid.git] / docs / source / platform_howtos.rst
index 5c68acad99da72a816550bcaa4576b040ee338a3..7b15a930e3e40b02de7d7b36c4030a704cea81cf 100644 (file)
@@ -92,7 +92,7 @@ only executed once and not repetitively.
 Another possibility is to use the
 :cpp:func:`simgrid::s4u::Host::set_state_profile()` or 
 :cpp:func:`simgrid::s4u::Link::set_state_profile()` functions. These
-functions take a profile, that can be an fixed profile exhaustively
+functions take a profile, that can be a fixed profile exhaustively
 listing the events, or something else if you wish.
 
 .. _howto_multicore: