changeset 30197:f692ecc135d6

* oct-parse.yy (colon_expr): Fix comments to match code.
author John W. Eaton <jwe@octave.org>
date Fri, 17 Sep 2021 16:13:16 -0400
parents 813b7827c5f8
children a87e5f9d5446
files libinterp/parse-tree/oct-parse.yy
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.yy	Sun Sep 19 17:06:26 2021 +0200
+++ b/libinterp/parse-tree/oct-parse.yy	Fri Sep 17 16:13:16 2021 -0400
@@ -908,7 +908,7 @@
 
                     if (! $$)
                       {
-                        // finish_colon_expression deleted $1 and $3.
+                        // make_colon_expression deleted $1 and $3.
                         YYABORT;
                       }
                   }
@@ -920,7 +920,7 @@
 
                     if (! $$)
                       {
-                        // finish_colon_expression deleted $1, $3, and $5.
+                        // make_colon_expression deleted $1, $3, and $5.
                         YYABORT;
                       }
                   }