diff libinterp/dldfcn/__ode15__.cc @ 31898:0db880f38b1f

maint: Use "nonzero" rather than "non-zero" in code base. * file-editor-tab.cc, __ichol__.cc, interpreter.cc, mex.cc, oct-stream.cc, __ode15__.cc, ov-base-diag.cc, ov-base-mat.cc, ov-perm.cc, parse.h, CDiagMatrix.cc, Range.cc, dDiagMatrix.cc, dec2bin.m, dec2hex.m: Use "nonzero" rather than "non-zero" in code base.
author Rik <rik@octave.org>
date Wed, 08 Mar 2023 09:28:28 -0800
parents 1daf8bfceac3
children 2e484f9f1f18
line wrap: on
line diff
--- a/libinterp/dldfcn/__ode15__.cc	Wed Mar 08 09:04:19 2023 -0800
+++ b/libinterp/dldfcn/__ode15__.cc	Wed Mar 08 09:28:28 2023 -0800
@@ -523,7 +523,7 @@
     {
       // Allocate memory for sparse Jacobian defined in user function.
       // This will always be required at least once since we set the number
-      // of non-zero elements to zero initially.
+      // of nonzero elements to zero initially.
       if (SUNSparseMatrix_Reallocate (Jac, nnz))
         error ("Unable to allocate sufficient memory for IDA sparse matrix");
     }