[nemiver] Fix some comments



commit 727ef6ca5e622a4b36ee3009532215d15b18c890
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sat Aug 31 17:15:17 2013 +0200

    Fix some comments
    
        * src/persp/dbgperspective/nmv-dbg-perspective.cc
        (DBGPerspective::on_debugger_breakpoints_set_signal): Fix
        comments.

 src/persp/dbgperspective/nmv-dbg-perspective.cc |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/persp/dbgperspective/nmv-dbg-perspective.cc b/src/persp/dbgperspective/nmv-dbg-perspective.cc
index 3bb92f5..e6af42e 100644
--- a/src/persp/dbgperspective/nmv-dbg-perspective.cc
+++ b/src/persp/dbgperspective/nmv-dbg-perspective.cc
@@ -2386,10 +2386,9 @@ DBGPerspective::on_debugger_breakpoints_set_signal
     NEMIVER_CATCH;
 }
 
-/// This callback slot is invoked when the breakpoint that is
-/// automatically set to the 'main' function upon startup is set.
+/// This callback slot is invoked when a breakpoint is set.
 ///
-/// The goal here is to detect that the breakpoint is actually set to
+/// The goal here is to detect that a breakpoint is actually set to
 /// the 'main' entry point (that would mean that a 'main' entry point
 /// function exists and one can set a breakpoint there).  In that
 /// case, the function makes the debugger 'run', so that execution of


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]