X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba9a4cfeba4eb00e84cd17603fc9654e81445655..a6683a1cd7515c04a74364c9f991d55d9329a7c5:/src/mc/Frame.cpp diff --git a/src/mc/Frame.cpp b/src/mc/Frame.cpp index 40f9ed363a..135b79cf57 100644 --- a/src/mc/Frame.cpp +++ b/src/mc/Frame.cpp @@ -22,8 +22,8 @@ void* Frame::frame_base(unw_cursor_t& unw_cursor) const return location.address(); else if (location.in_register()) { // This is a special case. - // The register if not the location of the frame base - // (a frame base cannot be located in a register) + // The register is not the location of the frame base + // (a frame base cannot be located in a register). // Instead, DWARF defines this to mean that the register // contains the address of the frame base. unw_word_t word;