Skip to content

Commit 33e7723

Browse files
authored
docs: update comment
Signed-off-by: Athan <[email protected]>
1 parent c18fde2 commit 33e7723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dsyr/src/dsyr_ndarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void API_SUFFIX(c_dsyr_ndarray)( const CBLAS_UPLO uplo, const CBLAS_INT N, const
100100
}
101101
return;
102102
}
103-
// ( isrm && uplo == CblasUpper ) || ( !isrm && uplo === CblasLower )
103+
// ( isrm && uplo == CblasUpper ) || ( !isrm && uplo == CblasLower )
104104
ix1 = ox;
105105
for ( i1 = 0; i1 < N; i1++ ) {
106106
if ( X[ ix1 ] != 0.0 ) {

0 commit comments

Comments
 (0)