From 2d80ae8b5010be24384fe0ee74e1b77a0719ac3d Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 2 Oct 2022 17:58:12 +0100 Subject: [PATCH] --- openpower/sv/biginteger.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/biginteger.mdwn b/openpower/sv/biginteger.mdwn index 1b0817751..7af347520 100644 --- a/openpower/sv/biginteger.mdwn +++ b/openpower/sv/biginteger.mdwn @@ -147,7 +147,7 @@ zeros on overflow. *Programmer's note: there are no Rc variants of any of these VA-Form instructions. `cmpi` will need to be used to detect overflow conditions: the saving in instruction count is that both RT and RS will have already -been set to useful values (all 1s and all zeros redpectively) +been set to useful values (all 1s and all zeros respectively) needed as part of implementing Knuth's Algorithm D* -- 2.30.2