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

Public GIT Repository
rename surf::Link into surf::LinkImpl to make room for s4u
[simgrid.git] / src / mc / Frame.cpp
index 40f9ed363a4282559433c3577b611eb6a5ae30b8..135b79cf57d3db0cba6ee7fe74309e59a7094c95 100644 (file)
@@ -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;