diff --git a/include/bw_ap2.h b/include/bw_ap2.h index 566b621..cc27160 100644 --- a/include/bw_ap2.h +++ b/include/bw_ap2.h @@ -30,7 +30,7 @@ *
BW_INCLUDE_WITH_QUOTES
,
+ * BW_INCLUDE_WITH_QUOTES
,
* BW_NO_CXX
, and
* BW_CXX_NO_EXTERN_C
.bw_ap2_process()
to
diff --git a/include/bw_balance.h b/include/bw_balance.h
index 128db23..9f48497 100644
--- a/include/bw_balance.h
+++ b/include/bw_balance.h
@@ -29,7 +29,7 @@
* BW_INCLUDE_WITH_QUOTES
,
+ * BW_INCLUDE_WITH_QUOTES
,
* BW_NO_CXX
, and
* BW_CXX_NO_EXTERN_C
.bw_balance_process()
to
diff --git a/include/bw_dist.h b/include/bw_dist.h
index badc318..fd7052d 100644
--- a/include/bw_dist.h
+++ b/include/bw_dist.h
@@ -213,7 +213,7 @@ static inline void bw_dist_process_multi(
size_t n_channels,
size_t n_samples);
/*! <<<```
- * Processes the first `n_samples` of the `n_channels` input buffers `x` and
+ * Processes the first `n_samples` of the `n_channels` input buffers `x` and
* fills the first `n_samples` of the `n_channels` output buffers `y`, while
* using and updating both the common `coeffs` and each of the `n_channels`
* `state`s (control and audio rate).
diff --git a/include/bw_fuzz.h b/include/bw_fuzz.h
index 306f5d9..79f5892 100644
--- a/include/bw_fuzz.h
+++ b/include/bw_fuzz.h
@@ -214,7 +214,7 @@ static inline void bw_fuzz_process_multi(
size_t n_channels,
size_t n_samples);
/*! <<<```
- * Processes the first `n_samples` of the `n_channels` input buffers `x` and
+ * Processes the first `n_samples` of the `n_channels` input buffers `x` and
* fills the first `n_samples` of the `n_channels` output buffers `y`, while
* using and updating both the common `coeffs` and each of the `n_channels`
* `state`s (control and audio rate).