aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2022-04-14 20:13:59 +0000
committerSylvain Munaut <tnt@246tNt.com>2022-04-14 20:13:59 +0000
commit1cc564d81a7814bda0a3284ec3b43b12bd791a6e (patch)
tree4113286915c890934f9f6223466635e259d0a325 /src
parent97b15ae3970701d20bb35eca771d6ddc87c703af (diff)
RIFO: Minor typo/comment fixes
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Change-Id: I9b6181f9136b7963681c472b017d005022d27e6e
Diffstat (limited to 'src')
-rw-r--r--src/octoi/frame_rifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/octoi/frame_rifo.c b/src/octoi/frame_rifo.c
index fbcbbfa..ae10ff2 100644
--- a/src/octoi/frame_rifo.c
+++ b/src/octoi/frame_rifo.c
@@ -2,7 +2,7 @@
* frame_rifo.c
*
* This is for the IP -> E1 direction, where IP packets may arrive with
- * re-ordering. So this "Random [order] In, First Out' is reconstructing
+ * re-ordering. So this "Random [order] In, First Out" is reconstructing
* the original order.
*
* (C) 2022 by Harald Welte <laforge@osmocom.org>