From 33222e3a37a88cee184031a0ce14a23196ab8420 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Sat, 3 Dec 2022 13:11:08 +0100 Subject: [PATCH] lacking "as" :-D --- include/bw_env_follow.h | 2 +- include/bw_env_gen.h | 2 +- include/bw_one_pole.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/bw_env_follow.h b/include/bw_env_follow.h index f0d7f3c..5f8fe39 100644 --- a/include/bw_env_follow.h +++ b/include/bw_env_follow.h @@ -140,7 +140,7 @@ static inline void bw_env_follow_set_release_tau(bw_env_follow_coeffs *BW_RESTRI * ```>>> */ static inline float bw_env_follow_get_y_z1(const bw_env_follow_state *BW_RESTRICT state); /*! <<<``` - * Returns the last output sample stored in `state`. + * Returns the last output sample as stored in `state`. * }}} */ /*** Implementation ***/ diff --git a/include/bw_env_gen.h b/include/bw_env_gen.h index 91ebd2f..65fc5da 100644 --- a/include/bw_env_gen.h +++ b/include/bw_env_gen.h @@ -206,7 +206,7 @@ static inline bw_env_gen_phase bw_env_gen_get_phase(const bw_env_gen_state *stat * ```>>> */ static inline float bw_env_gen_get_y_z1(const bw_env_gen_state *state); /*! <<<``` - * Returns the last output sample stored in `state`. + * Returns the last output sample as stored in `state`. * }}} */ /*** Implementation ***/ diff --git a/include/bw_one_pole.h b/include/bw_one_pole.h index 2a16482..bfbcf58 100644 --- a/include/bw_one_pole.h +++ b/include/bw_one_pole.h @@ -258,7 +258,7 @@ static inline void bw_one_pole_set_sticky_mode(bw_one_pole_coeffs *BW_RESTRICT c * ```>>> */ static inline float bw_one_pole_get_y_z1(const bw_one_pole_state *BW_RESTRICT state); /*! <<<``` - * Returns the last output sample stored in `state`. + * Returns the last output sample as stored in `state`. * }}} */ /*** Implementation ***/