(no commit message)
authorlkcl <lkcl@web>
Sun, 2 Oct 2022 16:58:12 +0000 (17:58 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 2 Oct 2022 16:58:12 +0000 (17:58 +0100)
openpower/sv/biginteger.mdwn

index 1b0817751f318e1f6615a92e307cc63dab86fdcd..7af3475201b4216da51299e09364c7c916524ef0 100644 (file)
@@ -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*