From 3bb4736289c49e01cb8d4a683ca3f9505dcba44b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Wed, 6 Dec 2000 16:30:23 +0000 Subject: [PATCH] remove a comment that shouldn't have been there any more --- crypto/bn/asm/bn-586.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn/asm/bn-586.pl b/crypto/bn/asm/bn-586.pl index 7c41a243a8..33f6125920 100644 --- a/crypto/bn/asm/bn-586.pl +++ b/crypto/bn/asm/bn-586.pl @@ -458,7 +458,7 @@ sub bn_sub_part_words &mov($num,&wparam(4)); # get dl &cmp($num,0); - &je(&label("pw_end")); # unnoetig + &je(&label("pw_end")); &jge(&label("pw_pos")); &comment("pw_neg"); -- 2.25.1