RIFO: Minor typo/comment fixes

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I9b6181f9136b7963681c472b017d005022d27e6e
This commit is contained in:
Sylvain Munaut 2022-04-14 20:13:59 +00:00
parent 97b15ae397
commit 1cc564d81a
2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -146,5 +146,4 @@ int main(int argc, char **argv)
// re-run all tests at the edge of a framenumber rollover
init_next_out_fn = 0xFFFFFFFF - 5;
run_all_tests();
}