From 9347699416096b37aa8401e068add28f02f97165 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 15 May 2002 00:34:13 +0200
Subject: [PATCH] Grammar fix.

Rev: src/nettle/sparc/aes.asm:1.74
---
 sparc/aes.asm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab