Skip to content

Commit 48d3047

Browse files
jipweslleyspereira
authored andcommitted
comments fixed: typos
1 parent 08af5ad commit 48d3047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SRC/crot.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*> \param[in] INCX
5959
*> \verbatim
6060
*> INCX is INTEGER
61-
*> The increment between successive values of CY. INCX <> 0.
61+
*> The increment between successive values of CX. INCX <> 0.
6262
*> \endverbatim
6363
*>
6464
*> \param[in,out] CY

SRC/zrot.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*> \param[in] INCX
5959
*> \verbatim
6060
*> INCX is INTEGER
61-
*> The increment between successive values of CY. INCX <> 0.
61+
*> The increment between successive values of CX. INCX <> 0.
6262
*> \endverbatim
6363
*>
6464
*> \param[in,out] CY

0 commit comments

Comments
 (0)