X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2ecea197a211a8d17dff04a55dec0b7b0d81b37a..a368c183d1cef6c5c80f4d32ae7154f70c684b06:/src/mc/PageStore.hpp diff --git a/src/mc/PageStore.hpp b/src/mc/PageStore.hpp index ac0ac6f531..2ec8ec99e0 100644 --- a/src/mc/PageStore.hpp +++ b/src/mc/PageStore.hpp @@ -24,8 +24,8 @@ namespace mc { /** @brief Storage for snapshot memory pages * * The first (lower) layer of the per-page snapshot mechanism is a page - * store: it's responsibility is to store immutable shareable - * reference-counted memory pages independently of the snapshoting + * store: its responsibility is to store immutable shareable + * reference-counted memory pages independently of the snapshotting * logic. Snapshot management and representation, soft-dirty tracking is * handled to an higher layer. READMORE *