Skip to content

Commit 21d78c0

Browse files
committed
pbio/int_math: Fix comment in interpolate.
1 parent 9ee5532 commit 21d78c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/src/int_math.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ static int32_t pbio_int_math_interpolate(const point_t *points, size_t len, int3
199199
}
200200
}
201201

202-
// If x is below the maximum x, return the maximum y.
202+
// If x is above the maximum x, return the maximum y.
203203
return points[len - 1].y;
204204
}
205205

0 commit comments

Comments
 (0)