[Asterisk-code-review] spelling: constructed (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:05:16 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16826 )
Change subject: spelling: constructed
......................................................................
spelling: constructed
Change-Id: I90c25b4f2882fddc7d2bacbd397de4ed15721500
---
M codecs/ilbc/createCB.c
M codecs/ilbc/createCB.h
M codecs/ilbc/rfc3951.txt
3 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/26/16826/1
diff --git a/codecs/ilbc/createCB.c b/codecs/ilbc/createCB.c
index 31d6eab..56cc3b2 100644
--- a/codecs/ilbc/createCB.c
+++ b/codecs/ilbc/createCB.c
@@ -192,7 +192,7 @@
to be created */
float *buffer, /* (i) Pointer to the end of the buffer for
augmented codebook construction */
- float *cbVec/* (o) The construced codebook vector */
+ float *cbVec/* (o) The constructed codebook vector */
) {
int ilow, j;
float *pp, *ppo, *ppi, alfa, alfa1, weighted;
diff --git a/codecs/ilbc/createCB.h b/codecs/ilbc/createCB.h
index 6689cc2..998559a 100644
--- a/codecs/ilbc/createCB.h
+++ b/codecs/ilbc/createCB.h
@@ -51,7 +51,7 @@
float *buffer, /* (i) Pointer to the end of the
buffer for augmented codebook
construction */
- float *cbVec /* (o) The construced codebook vector */
+ float *cbVec /* (o) The constructed codebook vector */
);
#endif
diff --git a/codecs/ilbc/rfc3951.txt b/codecs/ilbc/rfc3951.txt
index 320651b..9de9806 100644
--- a/codecs/ilbc/rfc3951.txt
+++ b/codecs/ilbc/rfc3951.txt
@@ -5522,7 +5522,7 @@
float *buffer, /* (i) Pointer to the end of the
buffer for augmented codebook
construction */
- float *cbVec /* (o) The construced codebook vector */
+ float *cbVec /* (o) The constructed codebook vector */
);
#endif
@@ -5734,7 +5734,7 @@
to be created */
float *buffer, /* (i) Pointer to the end of the buffer for
augmented codebook construction */
- float *cbVec/* (o) The construced codebook vector */
+ float *cbVec/* (o) The constructed codebook vector */
) {
int ilow, j;
float *pp, *ppo, *ppi, alfa, alfa1, weighted;
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16826
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I90c25b4f2882fddc7d2bacbd397de4ed15721500
Gerrit-Change-Number: 16826
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/c9d8478d/attachment.html>
More information about the asterisk-code-review
mailing list