diff libinterp/octave-value/ov-usr-fcn.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 f4d7d0eb5b0c
children 278fc29b69ca
line wrap: on
line diff
--- a/libinterp/octave-value/ov-usr-fcn.h	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/octave-value/ov-usr-fcn.h	Thu May 19 18:48:52 2016 -0700
@@ -317,7 +317,7 @@
   }
 
   // If we are a special expression, then the function body consists of exactly
-  // one expression. The expression's result is the return value of the
+  // one expression.  The expression's result is the return value of the
   // function.
   bool is_special_expr (void) const
   {
@@ -386,7 +386,7 @@
   octave_comment_list *trailing_comment (void) { return trail_comm; }
 
   // If is_special_expr is true, retrieve the sigular expression that forms the
-  // body. May be null (even if is_special_expr is true).
+  // body.  May be null (even if is_special_expr is true).
   tree_expression *special_expr (void);
 
   bool subsasgn_optimization_ok (void);