changeset 8283:54c25dc5b17d

parse.y: fix comment
author John W. Eaton <jwe@octave.org>
date Tue, 28 Oct 2008 13:04:32 -0400
parents 47a3d2f829e4
children 4ceffd54031a
files src/parse.y
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/parse.y	Tue Oct 28 13:01:58 2008 -0400
+++ b/src/parse.y	Tue Oct 28 13:04:32 2008 -0400
@@ -2619,8 +2619,8 @@
 	  retval = new tree_function_def (fcn);
 	}
 
-      // Clear any local variables that may have been added by
-      // while parsing (for example, by force_local_variable in lex.l).
+      // Clear any local variables that may have been added while
+      // parsing (for example, by force_local_variable in lex.l). 
 
       symbol_table::clear_variables (fcn->scope ());
     }