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

Public GIT Repository
Replace another handmade binary search.
[simgrid.git] / src / mc / sosp / ChunkedData.hpp
index 11d831610612198dd29a92422146430a9bd61ec2..0f692c1f7198a71c622fee2c1e432df4fe8c49b7 100644 (file)
@@ -81,7 +81,7 @@ public:
   /** Get a view of the chunk indices */
   const std::size_t* pagenos() const { return pagenos_.data(); }
 
-  /** Get a pointer to a chunk */
+  /** Get a pointer to a chunk */
   void* page(std::size_t i) const { return store_->get_page(pagenos_[i]); }
 
   ChunkedData(PageStore& store, const AddressSpace& as, RemotePtr<void> addr, std::size_t page_count);