diff libinterp/corefcn/symtab.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 ae4d7dfea337
children 2ba69be3f3e8
line wrap: on
line diff
--- a/libinterp/corefcn/symtab.h	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/corefcn/symtab.h	Thu May 19 18:48:52 2016 -0700
@@ -1781,7 +1781,7 @@
     //   error ("clear: no such function '%s'", name.c_str ());
   }
 
-  // This clears oct and mex files, incl. autoloads.
+  // This clears oct and mex files, including autoloads.
   static void clear_dld_function (const std::string& name)
   {
     fcn_table_iterator p = fcn_table.find (name);
@@ -2292,7 +2292,7 @@
     symbol_table *inst = get_instance (scope);
     // FIXME: normally, functions should not usurp each other's scope.
     // If for any incredible reason this is needed, call
-    // set_user_function (0, scope) first. This may cause problems with
+    // set_user_function (0, scope) first.  This may cause problems with
     // nested functions, as the curr_fcn of symbol_records must be updated.
     assert (inst->curr_fcn == 0 || curr_fcn == 0);
     inst->curr_fcn = curr_fcn;