diff libinterp/parse-tree/pt-exp.h @ 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 1473547f50f5
children dd992fd74fce
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-exp.h	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/parse-tree/pt-exp.h	Thu May 19 18:48:52 2016 -0700
@@ -145,7 +145,7 @@
   //                  ==> 0 for expression e2
   int num_parens;
 
-  // The first index type associated with this expression. This field
+  // The first index type associated with this expression.  This field
   // is 0 (character '\0') if the expression has no associated index.
   // See the code in tree_identifier::rvalue for the rationale.
   char postfix_index_type;