X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=test%2Ft.BufferTop.c;h=53899c4c38f5bfd157faf1cd62b3c5cf86f46867;hb=1ff641f9960fa6c6081817a5641afb22fad91dcd;hp=42b31c9aaa1110aa0f227da459ec8aae43868d6b;hpb=aef8a9962382222aa64fd5c2f91be9dab1d298e2;p=cgds.git diff --git a/test/t.BufferTop.c b/test/t.BufferTop.c index 42b31c9..53899c4 100644 --- a/test/t.BufferTop.c +++ b/test/t.BufferTop.c @@ -7,7 +7,7 @@ void t_buffertop_clear() { BufferTop* bt = buffertop_new(int, 10, MIN_T, 2); - // NOTE: items with same values are supported; + // NOTE: items with same values are supported; // since it is unused in this test, we arbitrarily choose 0.0 buffertop_tryadd(bt, 0, 0.0); buffertop_tryadd(bt, 0, 0.0);