X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=test%2Ft.BufferTop.c;h=53899c4c38f5bfd157faf1cd62b3c5cf86f46867;hp=42b31c9aaa1110aa0f227da459ec8aae43868d6b;hb=1ff641f9960fa6c6081817a5641afb22fad91dcd;hpb=71e16e325e3936549a5f3a140e6298fce333fd27 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);