From f50c9ed4a85e5a4e3a4a57847767885bb4e902f0 Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Sat, 14 Oct 2023 17:05:42 +0000 Subject: [PATCH] Fix overlaops in assembly_buffer.rs comment This fixes a typo of "overlaops" for "overlaps" in a comment in veilid-tools/src/assembly_buffer.rs. --- veilid-tools/src/assembly_buffer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-tools/src/assembly_buffer.rs b/veilid-tools/src/assembly_buffer.rs index 4139f58f..abe95e5f 100644 --- a/veilid-tools/src/assembly_buffer.rs +++ b/veilid-tools/src/assembly_buffer.rs @@ -218,7 +218,7 @@ struct AssemblyBufferUnlockedInner { /// * Reassembly of fragments upon receipt accounting for: /// * duplication /// * drops -/// * overlaops +/// * overlaps /// /// AssemblyBuffer does not try to replicate TCP or other highly reliable protocols. Here are some /// of the design limitations to be aware of when using AssemblyBuffer: