diff options
author | Niels Möller <nisse@lysator.liu.se> | 2002-05-15 00:34:13 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2002-05-15 00:34:13 +0200 |
commit | 9347699416096b37aa8401e068add28f02f97165 (patch) | |
tree | a4fd500fa9bac230733f59efd7fef35a2348d45c /sparc/aes.asm | |
parent | 4980578a47421da841415bc8470c4e539f452c79 (diff) | |
download | nettle-9347699416096b37aa8401e068add28f02f97165.tar.gz |
Grammar fix.
Rev: src/nettle/sparc/aes.asm:1.74
Diffstat (limited to 'sparc/aes.asm')
-rw-r--r-- | sparc/aes.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sparc/aes.asm b/sparc/aes.asm index 2aa5b49d..34592ff5 100644 --- a/sparc/aes.asm +++ b/sparc/aes.asm @@ -91,7 +91,7 @@ _aes_crypt: ! Read src, and add initial subkey ! Difference between ctx and src. - ! NOTE: These instruction is duplicated in the delay slot, + ! NOTE: These instructions are duplicated in the delay slot, ! and the instruction before the branch sub ctx, src, %g2 ! Difference between wtxt and src |