summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-02-03 12:14:07 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-02-03 12:14:07 -0800
commit4602ad14abf067da5332ce392dc4c82257396964 (patch)
tree4ac2eb1de538ed2af254c887bb867ff02462ded4 /src
parentde64b7014b9dc54fe06b52e14dfc685d72f6ab0b (diff)
libs/sig: update comment for ops_lerp_init
Comment was vestigial from ops_mult.c which ops_lerp.c was derived from.
Diffstat (limited to 'src')
-rw-r--r--src/libs/sig/ops_lerp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/sig/ops_lerp.c b/src/libs/sig/ops_lerp.c
index c4c0720..5ef6791 100644
--- a/src/libs/sig/ops_lerp.c
+++ b/src/libs/sig/ops_lerp.c
@@ -14,9 +14,9 @@ static size_t ops_lerp_size(va_list ap)
}
-/* supply two sig_t's to be multiplied, this sig_t takes
- * ownership of them so they'll be freed by the multiplier
- * on destroy when that sig_t is freed.
+/* Supply two sig_t's to be interpolated and another for the t, this sig_t
+ * takes ownership of them so they'll be freed on destroy when the ops_lerp
+ * sig_t is freed.
*/
static void ops_lerp_init(void *context, va_list ap)
{
© All Rights Reserved