Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Jägenstedt <philip@foolip.org>2012-09-27 15:28:32 +0400
committerGregory Maxwell <greg@xiph.org>2012-09-27 17:16:30 +0400
commit6d9c16d142b88ac4d61e7d44c7a91751317671b3 (patch)
tree6ac201367edf4a0dbfd2ef0d84d4fd742ab357ff /silk/float/find_pitch_lags_FLP.c
parente23b15f1eab965aa97329e25e7c016f6481a7241 (diff)
Fix common misspellings
I stumbled upon the typo in README.draft, so took the opportunity to grep for common misspellings using List_of_common_misspellings.txt for hunspell.
Diffstat (limited to 'silk/float/find_pitch_lags_FLP.c')
-rw-r--r--silk/float/find_pitch_lags_FLP.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/float/find_pitch_lags_FLP.c b/silk/float/find_pitch_lags_FLP.c
index b3ade8fb..9f06effd 100644
--- a/silk/float/find_pitch_lags_FLP.c
+++ b/silk/float/find_pitch_lags_FLP.c
@@ -54,7 +54,7 @@ void silk_find_pitch_lags_FLP(
/******************************************/
buf_len = psEnc->sCmn.la_pitch + psEnc->sCmn.frame_length + psEnc->sCmn.ltp_mem_length;
- /* Safty check */
+ /* Safety check */
silk_assert( buf_len >= psEnc->sCmn.pitch_LPC_win_length );
x_buf = x - psEnc->sCmn.ltp_mem_length;