From 37ce0873d82cf9a603c8f0cbe70c85fb007a892c Mon Sep 17 00:00:00 2001 From: Nicolas Brunie <82109999+nibrunieAtSi5@users.noreply.github.com> Date: Sun, 26 Feb 2023 16:29:41 +0100 Subject: [PATCH] Possible typo Signed-off-by: Nicolas Brunie <82109999+nibrunieAtSi5@users.noreply.github.com> --- header.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.adoc b/header.adoc index a1bbdf3..9685215 100644 --- a/header.adoc +++ b/header.adoc @@ -92,7 +92,7 @@ task at a future time or otherwise place an upper bound on the wait. To support such use cases a second instruction `WRS.STO` (WRS-with-short-timeout) is provided that works like `WRS.NTO` but bounds the stall duration to an implementation-define short timeout such that the stall is terminated on the -timeout if no other conditions have to occurred to terminate the stall. The +timeout if no other conditions have occurred to terminate the stall. The program using this instruction may then determine if its deadline has been reached.