Skip to content

Commit ad6a209

Browse files
committed
cir_buf_samples_without_wrap_s16
1 parent 24e1f58 commit ad6a209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/module/audio/audio_stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static inline size_t cir_buf_samples_to_wrap_s32(const int32_t *ptr, const int32
137137
/**
138138
* @brief Calculates numbers of s16 samples to buffer wrap when reading stream
139139
* backwards from current sample pointed by ptr towards begin.
140-
* @param ptr Read or write pointer og circular buffer.
140+
* @param ptr Read or write pointer of circular buffer.
141141
* @param buf_end End address of circular buffer.
142142
* @return Number of samples to buffer wrap.
143143
*/

0 commit comments

Comments
 (0)