From 4602ad14abf067da5332ce392dc4c82257396964 Mon Sep 17 00:00:00 2001
From: Vito Caputo <vcaputo@pengaru.com>
Date: Mon, 3 Feb 2020 12:14:07 -0800
Subject: libs/sig: update comment for ops_lerp_init

Comment was vestigial from ops_mult.c which ops_lerp.c was derived
from.
---
 src/libs/sig/ops_lerp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'src/libs')

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)
 {
-- 
cgit v1.2.3