Skip to content

Commit 40be631

Browse files
author
camilo
committed
typo fix
1 parent ac0f3a4 commit 40be631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/qinterp1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ extern "C" {
9393
* the endpoints, extrapolation is performed using the current method.
9494
* @param[in] i A pointer to the interpolation instance.
9595
* @param[in] x The input point.
96-
* @return @c The interpolated-extrapolated @a y value.
96+
* @return The interpolated-extrapolated @a y value.
9797
*/
9898
float qInterp1_Get( qInterp1_t * const i,
9999
const float x );

0 commit comments

Comments
 (0)