diff libinterp/parse-tree/pt-binop.cc @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents aba2e6293dd8
children 112b20240c87
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-binop.cc	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/parse-tree/pt-binop.cc	Thu May 19 18:48:52 2016 -0700
@@ -125,7 +125,7 @@
 
               // Note: The profiler does not catch the braindead
               // short-circuit evaluation code above, but that should be
-              // ok. The evaluation of operands and the operator itself
+              // ok.  The evaluation of operands and the operator itself
               // is entangled and it's not clear where to start/stop
               // timing the operator to make it reasonable.
 
@@ -189,7 +189,7 @@
   bool result = false;
 
   // This evaluation is not caught by the profiler, since we can't find
-  // a reasonable place where to time. Note that we don't want to
+  // a reasonable place where to time.  Note that we don't want to
   // include evaluation of LHS or RHS into the timing, but this is
   // entangled together with short-circuit evaluation here.