From 0666aa008965441153b9771e92d9bf8004831a6b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:42:40 -0500 Subject: [PATCH] spelling: simultaneously Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/pulse2/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pulse2/history.md b/docs/pulse2/history.md index 7d35d579..306364e8 100644 --- a/docs/pulse2/history.md +++ b/docs/pulse2/history.md @@ -100,7 +100,7 @@ with the target address and data. The receiver performs the write and sends an acknowledgement with the address. If the sender doesn't receive an acknowledgement within some timeout, it re-sends the write command. Any number of write commands and acknowledgements can be in-flight -simulatneously. If a write completes but the acknowledgement is lost in +simultaneously. If a write completes but the acknowledgement is lost in transit, the sender can re-send the same write command and the receiver can naively overwrite the data without issue due to the idempotence of flash writes.