[Asterisk-code-review] spelling: coefficients (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:51 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16801 )
Change subject: spelling: coefficients
......................................................................
spelling: coefficients
Change-Id: Id4481c5e8f1ef552768eee63d200a706a37cd330
---
M codecs/lpc10/irc2pc.c
M main/fskmodem_float.c
M main/fskmodem_int.c
3 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/01/16801/1
diff --git a/codecs/lpc10/irc2pc.c b/codecs/lpc10/irc2pc.c
index dc3358b..2be9da4 100644
--- a/codecs/lpc10/irc2pc.c
+++ b/codecs/lpc10/irc2pc.c
@@ -64,7 +64,7 @@
/* ***************************************************************** */
-/* Convert Reflection Coefficients to Predictor Coeficients */
+/* Convert Reflection Coefficients to Predictor Coefficients */
/* Inputs: */
/* RC - Reflection coefficients */
diff --git a/main/fskmodem_float.c b/main/fskmodem_float.c
index 5891191..bf8f376 100644
--- a/main/fskmodem_float.c
+++ b/main/fskmodem_float.c
@@ -64,7 +64,7 @@
* mkfilter is part of the zapatatelephony.org distribution
* Format: coef[IDX_FREC][IDX_BW][IDX_COEF]
* IDX_COEF = 0 => 1/GAIN
- * IDX_COEF = 1-6 => Coefficientes y[n]
+ * IDX_COEF = 1-6 => Coefficients y[n]
*/
static double coef_in[NF][NBW][8] = {
{
@@ -97,7 +97,7 @@
* Coefficients table, generated by program "mkfilter"
* Format: coef[IDX_BW][IDX_COEF]
* IDX_COEF = 0 => 1/GAIN
- * IDX_COEF = 1-6 => Coefficientes y[n]
+ * IDX_COEF = 1-6 => Coefficients y[n]
*/
static double coef_out[NBW][8] = {
{ 1.3868644653e-08,-6.3283665042e-01,4.0895057217e+00,-1.1020074592e+01,1.5850766191e+01,-1.2835109292e+01,5.5477477340e+00,0.0000000000e+00, },
diff --git a/main/fskmodem_int.c b/main/fskmodem_int.c
index 5c7f8ec..30fbf97 100644
--- a/main/fskmodem_int.c
+++ b/main/fskmodem_int.c
@@ -61,7 +61,7 @@
* mkfilter is part of the zapatatelephony.org distribution
* Format: coef[IDX_FREC][IDX_BW][IDX_COEF]
* IDX_COEF = 0 => 1/GAIN
- * IDX_COEF = 1-6 => Coefficientes y[n]
+ * IDX_COEF = 1-6 => Coefficients y[n]
*/
static double coef_in[NF][NBW][8]={
{ { 1.8229206611e-04,-7.8997325866e-01,2.2401819940e+00,-4.6751353581e+00,5.5080745712e+00,-5.0571565772e+00,2.6215820004e+00,0.0000000000e+00,
@@ -83,7 +83,7 @@
* Coefficients table, generated by program "mkfilter"
* Format: coef[IDX_BW][IDX_COEF]
* IDX_COEF = 0 => 1/GAIN
- * IDX_COEF = 1-6 => Coefficientes y[n]
+ * IDX_COEF = 1-6 => Coefficients y[n]
*/
static double coef_out[NBW][8]={
{ 1.3868644653e-08,-6.3283665042e-01,4.0895057217e+00,-1.1020074592e+01,1.5850766191e+01,-1.2835109292e+01,5.5477477340e+00,0.0000000000e+00,
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16801
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Id4481c5e8f1ef552768eee63d200a706a37cd330
Gerrit-Change-Number: 16801
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/a2a6dfa7/attachment-0001.html>
More information about the asterisk-code-review
mailing list