]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/PageStore.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove the TODO about MC_dump_stacks()
[simgrid.git] / src / mc / PageStore.hpp
index ac0ac6f531b47540ebd352ba44acdec6992439c3..2ec8ec99e08dea56198935048dae77f0922b3525 100644 (file)
@@ -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
  *