Skip to content

Commit f3bbcea

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 1e78d95 commit f3bbcea

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dsyr/src

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void API_SUFFIX(c_dsyr)( const CBLAS_LAYOUT order, const CBLAS_UPLO uplo, const
4343
if ( order == CblasColMajor ) {
4444
sa1 = 1;
4545
sa2 = LDA;
46-
} else { // order === 'row-major'
46+
} else { // order === CblasRowMajor
4747
sa1 = LDA;
4848
sa2 = 1;
4949
}

0 commit comments

Comments
 (0)