diff libinterp/dldfcn/symrcm.cc @ 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/dldfcn/symrcm.cc	Fri Oct 18 17:24:37 2019 -0700
+++ b/libinterp/dldfcn/symrcm.cc	Fri Jan 17 13:15:27 2020 -0600
@@ -172,7 +172,7 @@
   while (i > 0);
 }
 
-// Heap operation remove-min.  Removes the smalles element in O(1) and
+// Heap operation remove-min.  Removes the smallest element in O(1) and
 // reorganizes the heap optionally in O(log(n))
 
 inline static CMK_Node
@@ -657,7 +657,7 @@
               // entered the BFS a new level?
               if (v.dist > level)
                 {
-                  // adjustment of bandwith:
+                  // adjustment of bandwidth:
                   // "[...] the minimum bandwidth that
                   // can be obtained [...] is the
                   //  maximum number of nodes per level"