[Asterisk-code-review] spelling: subroutine (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:17:56 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17217 )
Change subject: spelling: subroutine
......................................................................
spelling: subroutine
Change-Id: I48ed0a003de30683fa7a4756a1725bd27cb4ed97
---
M codecs/ilbc/LPCencode.c
M codecs/ilbc/StateSearchW.c
M codecs/ilbc/iLBC_decode.c
M codecs/ilbc/rfc3951.txt
4 files changed, 12 insertions(+), 12 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/17/17217/1
diff --git a/codecs/ilbc/LPCencode.c b/codecs/ilbc/LPCencode.c
index 7ef6204..8ac1d99 100644
--- a/codecs/ilbc/LPCencode.c
+++ b/codecs/ilbc/LPCencode.c
@@ -22,7 +22,7 @@
/*----------------------------------------------------------------*
- * lpc analysis (subrutine to LPCencode)
+ * lpc analysis (subroutine to LPCencode)
*---------------------------------------------------------------*/
void SimpleAnalysis(
@@ -75,7 +75,7 @@
* lsf interpolator and conversion from lsf to a coefficients
- * (subrutine to SimpleInterpolateLSF)
+ * (subroutine to SimpleInterpolateLSF)
*---------------------------------------------------------------*/
void LSFinterpolate2a_enc(
@@ -93,7 +93,7 @@
}
/*----------------------------------------------------------------*
- * lsf interpolator (subrutine to LPCencode)
+ * lsf interpolator (subroutine to LPCencode)
*---------------------------------------------------------------*/
void SimpleInterpolateLSF(
@@ -184,7 +184,7 @@
}
/*----------------------------------------------------------------*
- * lsf quantizer (subrutine to LPCencode)
+ * lsf quantizer (subroutine to LPCencode)
*---------------------------------------------------------------*/
void SimplelsfQ(
diff --git a/codecs/ilbc/StateSearchW.c b/codecs/ilbc/StateSearchW.c
index 4861897..0a34e61 100644
--- a/codecs/ilbc/StateSearchW.c
+++ b/codecs/ilbc/StateSearchW.c
@@ -20,7 +20,7 @@
/*----------------------------------------------------------------*
* predictive noise shaping encoding of scaled start state
- * (subrutine for StateSearchW)
+ * (subroutine for StateSearchW)
*---------------------------------------------------------------*/
void AbsQuantW(
diff --git a/codecs/ilbc/iLBC_decode.c b/codecs/ilbc/iLBC_decode.c
index b607f41..7f7f3a5 100644
--- a/codecs/ilbc/iLBC_decode.c
+++ b/codecs/ilbc/iLBC_decode.c
@@ -112,7 +112,7 @@
}
/*----------------------------------------------------------------*
- * frame residual decoder function (subrutine to iLBC_decode)
+ * frame residual decoder function (subroutine to iLBC_decode)
*---------------------------------------------------------------*/
void Decode(
diff --git a/codecs/ilbc/rfc3951.txt b/codecs/ilbc/rfc3951.txt
index de8a65b..cd34df1 100644
--- a/codecs/ilbc/rfc3951.txt
+++ b/codecs/ilbc/rfc3951.txt
@@ -3657,7 +3657,7 @@
}
/*----------------------------------------------------------------*
- * frame residual decoder function (subrutine to iLBC_decode)
+ * frame residual decoder function (subroutine to iLBC_decode)
*---------------------------------------------------------------*/
void Decode(
@@ -9357,7 +9357,7 @@
/*----------------------------------------------------------------*
- * lpc analysis (subrutine to LPCencode)
+ * lpc analysis (subroutine to LPCencode)
*---------------------------------------------------------------*/
void SimpleAnalysis(
@@ -9413,7 +9413,7 @@
* lsf interpolator and conversion from lsf to a coefficients
- * (subrutine to SimpleInterpolateLSF)
+ * (subroutine to SimpleInterpolateLSF)
*---------------------------------------------------------------*/
void LSFinterpolate2a_enc(
@@ -9431,7 +9431,7 @@
}
/*----------------------------------------------------------------*
- * lsf interpolator (subrutine to LPCencode)
+ * lsf interpolator (subroutine to LPCencode)
*---------------------------------------------------------------*/
void SimpleInterpolateLSF(
@@ -9528,7 +9528,7 @@
}
/*----------------------------------------------------------------*
- * lsf quantizer (subrutine to LPCencode)
+ * lsf quantizer (subroutine to LPCencode)
*---------------------------------------------------------------*/
void SimplelsfQ(
@@ -10387,7 +10387,7 @@
/*----------------------------------------------------------------*
* predictive noise shaping encoding of scaled start state
- * (subrutine for StateSearchW)
+ * (subroutine for StateSearchW)
*---------------------------------------------------------------*/
void AbsQuantW(
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17217
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I48ed0a003de30683fa7a4756a1725bd27cb4ed97
Gerrit-Change-Number: 17217
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/880fe286/attachment-0001.html>
More information about the asterisk-code-review
mailing list