changeset 24291:cf33c1b910b7

maint: Correct typo in comment "Throw-away" => "Throw away" * CMatrix.cc, CSparse.cc, dMatrix.cc, dSparse.cc, fCMatrix.cc, fMatrix.cc: Correct typo in comment "Throw-away" => "Throw away".
author Rik <rik@octave.org>
date Tue, 21 Nov 2017 22:00:45 -0800
parents 8612ab9fc564
children 7c5dbc54a899
files liboctave/array/CMatrix.cc liboctave/array/CSparse.cc liboctave/array/dMatrix.cc liboctave/array/dSparse.cc liboctave/array/fCMatrix.cc liboctave/array/fMatrix.cc
diffstat 6 files changed, 22 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/array/CMatrix.cc	Tue Nov 21 18:44:00 2017 -0800
+++ b/liboctave/array/CMatrix.cc	Tue Nov 21 22:00:45 2017 -0800
@@ -777,7 +777,7 @@
 
   info = tmp_info;
 
-  // Throw-away extra info LAPACK gives so as to not change output.
+  // Throw away extra info LAPACK gives so as to not change output.
   rcon = 0.0;
   if (info != 0)
     info = -1;
@@ -863,7 +863,7 @@
       info = tmp_info;
     }
 
-  // Throw-away extra info LAPACK gives so as to not change output.
+  // Throw away extra info LAPACK gives so as to not change output.
   rcon = 0.0;
   if (info != 0)
     info = -1;
@@ -1444,7 +1444,7 @@
           info = tmp_info;
         }
 
-      // Throw-away extra info LAPACK gives so as to not change output.
+      // Throw away extra info LAPACK gives so as to not change output.
       rcon = 0.0;
       if (info != 0)
         {
@@ -1907,7 +1907,7 @@
 
           info = tmp_info;
 
-          // Throw-away extra info LAPACK gives so as to not change output.
+          // Throw away extra info LAPACK gives so as to not change output.
           rcon = 0.0;
           if (info != 0)
             {
@@ -2002,7 +2002,7 @@
               info = tmp_info;
             }
 
-          // Throw-away extra info LAPACK gives so as to not change output.
+          // Throw away extra info LAPACK gives so as to not change output.
           rcon = 0.0;
           if (info != 0)
             {
--- a/liboctave/array/CSparse.cc	Tue Nov 21 18:44:00 2017 -0800
+++ b/liboctave/array/CSparse.cc	Tue Nov 21 22:00:45 2017 -0800
@@ -4476,7 +4476,7 @@
 
           err = tmp_err;
 
-          // Throw-away extra info LAPACK gives so as to not
+          // Throw away extra info LAPACK gives so as to not
           // change output.
           if (err != 0)
             {
--- a/liboctave/array/dMatrix.cc	Tue Nov 21 18:44:00 2017 -0800
+++ b/liboctave/array/dMatrix.cc	Tue Nov 21 22:00:45 2017 -0800
@@ -491,7 +491,7 @@
 
   info = tmp_info;
 
-  // Throw-away extra info LAPACK gives so as to not change output.
+  // Throw away extra info LAPACK gives so as to not change output.
   rcon = 0.0;
   if (info != 0)
     info = -1;
@@ -569,7 +569,7 @@
 
   info = tmp_info;
 
-  // Throw-away extra info LAPACK gives so as to not change output.
+  // Throw away extra info LAPACK gives so as to not change output.
   rcon = 0.0;
   if (info != 0)
     info = -1;
@@ -1130,7 +1130,7 @@
 
       info = tmp_info;
 
-      // Throw-away extra info LAPACK gives so as to not change output.
+      // Throw away extra info LAPACK gives so as to not change output.
       rcon = 0.0;
       if (info != 0)
         {
@@ -1581,7 +1581,7 @@
 
           info = tmp_info;
 
-          // Throw-away extra info LAPACK gives so as to not change output.
+          // Throw away extra info LAPACK gives so as to not change output.
           rcon = 0.0;
           if (info != 0)
             {
@@ -1669,7 +1669,7 @@
 
           info = tmp_info;
 
-          // Throw-away extra info LAPACK gives so as to not change output.
+          // Throw away extra info LAPACK gives so as to not change output.
           rcon = 0.0;
           if (info != 0)
             {
--- a/liboctave/array/dSparse.cc	Tue Nov 21 18:44:00 2017 -0800
+++ b/liboctave/array/dSparse.cc	Tue Nov 21 22:00:45 2017 -0800
@@ -4435,7 +4435,7 @@
 
           err = tmp_err;
 
-          // Throw-away extra info LAPACK gives so as to not
+          // Throw away extra info LAPACK gives so as to not
           // change output.
           if (err != 0)
             {
--- a/liboctave/array/fCMatrix.cc	Tue Nov 21 18:44:00 2017 -0800
+++ b/liboctave/array/fCMatrix.cc	Tue Nov 21 22:00:45 2017 -0800
@@ -780,7 +780,7 @@
 
   info = tmp_info;
 
-  // Throw-away extra info LAPACK gives so as to not change output.
+  // Throw away extra info LAPACK gives so as to not change output.
   rcon = 0.0;
   if (info != 0)
     info = -1;
@@ -865,7 +865,7 @@
       info = tmp_info;
     }
 
-  // Throw-away extra info LAPACK gives so as to not change output.
+  // Throw away extra info LAPACK gives so as to not change output.
   rcon = 0.0;
   if (info != 0)
     info = -1;
@@ -1443,7 +1443,7 @@
           info = tmp_info;
         }
 
-      // Throw-away extra info LAPACK gives so as to not change output.
+      // Throw away extra info LAPACK gives so as to not change output.
       rcon = 0.0;
       if (info != 0)
         {
@@ -1913,7 +1913,7 @@
 
           info = tmp_info;
 
-          // Throw-away extra info LAPACK gives so as to not change output.
+          // Throw away extra info LAPACK gives so as to not change output.
           rcon = 0.0;
           if (info != 0)
             {
@@ -2007,7 +2007,7 @@
               info = tmp_info;
             }
 
-          // Throw-away extra info LAPACK gives so as to not change output.
+          // Throw away extra info LAPACK gives so as to not change output.
           rcon = 0.0;
           if (info != 0)
             {
--- a/liboctave/array/fMatrix.cc	Tue Nov 21 18:44:00 2017 -0800
+++ b/liboctave/array/fMatrix.cc	Tue Nov 21 22:00:45 2017 -0800
@@ -497,7 +497,7 @@
 
   info = tmp_info;
 
-  // Throw-away extra info LAPACK gives so as to not change output.
+  // Throw away extra info LAPACK gives so as to not change output.
   rcon = 0.0;
   if (info != 0)
     info = -1;
@@ -575,7 +575,7 @@
 
   info = tmp_info;
 
-  // Throw-away extra info LAPACK gives so as to not change output.
+  // Throw away extra info LAPACK gives so as to not change output.
   rcon = 0.0;
   if (info != 0)
     info = -1;
@@ -1136,7 +1136,7 @@
 
       info = tmp_info;
 
-      // Throw-away extra info LAPACK gives so as to not change output.
+      // Throw away extra info LAPACK gives so as to not change output.
       rcon = 0.0;
       if (info != 0)
         {
@@ -1602,7 +1602,7 @@
 
           info = tmp_info;
 
-          // Throw-away extra info LAPACK gives so as to not change output.
+          // Throw away extra info LAPACK gives so as to not change output.
           rcon = 0.0;
           if (info != 0)
             {
@@ -1687,7 +1687,7 @@
 
           info = tmp_info;
 
-          // Throw-away extra info LAPACK gives so as to not change output.
+          // Throw away extra info LAPACK gives so as to not change output.
           rcon = 0.0;
           if (info != 0)
             {