X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c899ebd07d146441aa70980fe389d18633863c35..706dd4584b4002e0d948b81d103dd5c4b70db077:/src/mc/ChunkedData.cpp diff --git a/src/mc/ChunkedData.cpp b/src/mc/ChunkedData.cpp index ff1da46351..8db8c4e928 100644 --- a/src/mc/ChunkedData.cpp +++ b/src/mc/ChunkedData.cpp @@ -9,7 +9,7 @@ #include -#include // xbt_pagesize and friends +#include #include #include "src/mc/AddressSpace.hpp" @@ -22,7 +22,7 @@ namespace mc { /** Take a per-page snapshot of a region * * @param data The start of the region (must be at the beginning of a page) - * @param pag_count Number of pages of the region + * @param page_count Number of pages of the region * @return Snapshot page numbers of this new snapshot */ ChunkedData::ChunkedData(PageStore& store, AddressSpace& as,