diff libinterp/parse-tree/pt-eval.cc @ 15575:5f37c24350db

maint: Shorten long line to less than 80 characters in checkin d20cbfec6df7. * pt-eval.cc: Shorten comment line to less than 80 characters.
author Rik <rik@octave.org>
date Thu, 01 Nov 2012 11:54:08 -0700
parents d20cbfec6df7
children 52df2e7baabe
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-eval.cc	Thu Nov 01 11:42:21 2012 -0700
+++ b/libinterp/parse-tree/pt-eval.cc	Thu Nov 01 11:54:08 2012 -0700
@@ -1170,7 +1170,7 @@
             }
           else
             {
-              // Executing "dbstep N".  Decrease N by one and continue executing.
+              // Executing "dbstep N".  Decrease N by one and continue.
 
               dbstep_flag--;
             }