diff options
Diffstat (limited to 'src/libs/sig')
-rw-r--r-- | src/libs/sig/ops_lerp.c | 6 |
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) { |