diff src/DLD-FUNCTIONS/sparse.cc @ 9064:7c02ec148a3c

Check grammar on all .cc files Same check as previously done on .m files Attempt to enforce some conformity in documentation text for rules such as two spaces after a period, commas around latin abbreviations, etc.
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 13:57:22 -0700
parents eb63fbe60fab
children 40dfc0c99116
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/sparse.cc	Mon Mar 30 19:48:56 2009 -0400
+++ b/src/DLD-FUNCTIONS/sparse.cc	Sat Mar 28 13:57:22 2009 -0700
@@ -68,7 +68,7 @@
 Given the integer index vectors @var{i} and @var{j}, a 1-by-@code{nnz} vector\n\
 of real of complex values @var{sv}, overall dimensions @var{m} and @var{n}\n\
 of the sparse matrix.  The argument @code{nzmax} is ignored but accepted for\n\
-compatibility with @sc{Matlab}. If @var{m} or @var{n} are not specified their\n\
+compatibility with @sc{matlab}.  If @var{m} or @var{n} are not specified their\n\
 values are derived from the maximum index in the vectors @var{i} and @var{j}\n\
 as given by @code{@var{m} = max (@var{i})}, @code{@var{n} = max (@var{j})}.\n\
 \n\