Skip to content

Commit 9ad8ee1

Browse files
yilun-zhangstdaede
authored andcommitted
fix typo
1 parent 226522b commit 9ad8ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/src/iamf_dec/opus/opus_multistream2_decoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ int opus_multistream2_decode(OpusMS2Decoder *st, uint8_t *buffer[],
5050
uint32_t len[], void *pcm, uint32_t frame_size);
5151

5252
/**
53-
* @brief Destory an opus decoder.
53+
* @brief Destroy an opus decoder.
5454
* @param [in] st : opus decoder handle.
5555
*/
5656
void opus_multistream2_decoder_destroy(OpusMS2Decoder *st);

0 commit comments

Comments
 (0)