Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some typos found by the debian packaging tools
[simgrid.git] / src / mc / ObjectInformation.cpp
index 96835b8..7784c6a 100644 (file)
@@ -47,7 +47,7 @@ simgrid::mc::Frame* ObjectInformation::find_function(const void *ip) const
 {
   /* This is implemented by binary search on a sorted array.
    *
-   * We do quite a lot ot those so we want this to be cache efficient.
+   * We do quite a lot of those so we want this to be cache efficient.
    * We pack the only information we need in the index entries in order
    * to successfully do the binary search. We do not need the high_pc
    * during the binary search (only at the end) so it is not included