X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..9575359fcebd3a393b65891c293990d1a882eb34:/src/mc/ObjectInformation.cpp?ds=sidebyside diff --git a/src/mc/ObjectInformation.cpp b/src/mc/ObjectInformation.cpp index 96835b814a..3a7b828d4d 100644 --- a/src/mc/ObjectInformation.cpp +++ b/src/mc/ObjectInformation.cpp @@ -15,8 +15,6 @@ namespace simgrid { namespace mc { -ObjectInformation::ObjectInformation() {} - /* For an executable object, addresses are virtual address * (there is no offset) i.e. * \f$\text{virtual address} = \{dwarf address}\f$; @@ -47,7 +45,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 @@ -200,4 +198,4 @@ void ObjectInformation::remove_local_variable( } } -} \ No newline at end of file +}