Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: typo
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 15 Mar 2019 23:39:12 +0000 (00:39 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 15 Mar 2019 23:39:12 +0000 (00:39 +0100)
docs/source/platform_howtos.rst

index 5c68aca..7b15a93 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: