From 0c2e969cfbe85548801eeb20ad8113969604892a Mon Sep 17 00:00:00 2001 From: drowe67 Date: Fri, 14 Jul 2023 10:58:22 +0930 Subject: manually fixed spelling errors from codec2 #406 --- src/codec2_fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codec2_fifo.c') diff --git a/src/codec2_fifo.c b/src/codec2_fifo.c index a2d3c30..5ac667e 100644 --- a/src/codec2_fifo.c +++ b/src/codec2_fifo.c @@ -6,7 +6,7 @@ A FIFO design useful in gluing the FDMDV modem and codec together in integrated applications. The unittest/tfifo indicates these - routines are thread safe without the need for syncronisation + routines are thread safe without the need for synchronisation object, e.g. a different thread can read and write to a fifo at the same time. -- cgit v1.2.3