X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d95145df4657e19b9a02db53de4c9f758a0c6f5..cf75523de37862d1f4eddaa1cbdd276f20755fea:/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;