diff libinterp/parse-tree/profiler.h @ 27956:2310164737b3 stable

fix many spelling errors (bug #57613)
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jan 2020 13:15:27 -0600
parents 00f796120a6d
children c20b7290c778
line wrap: on
line diff
--- a/libinterp/parse-tree/profiler.h	Fri Oct 18 17:24:37 2019 -0700
+++ b/libinterp/parse-tree/profiler.h	Fri Jan 17 13:15:27 2020 -0600
@@ -208,7 +208,7 @@
 
     // Add the time elapsed since last_time to the function we're currently in.
     // This is called from two different positions, thus it is useful to have
-    // it as a seperate function.
+    // it as a separate function.
     void add_current_time (void);
   };
 }