aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-12-06 16:30:23 +0000
committerUlf Möller <ulf@openssl.org>2000-12-06 16:30:23 +0000
commit3bb4736289c49e01cb8d4a683ca3f9505dcba44b (patch)
tree0168e7033c633ae23fb3dc0ea27e54ab6f720861
parentbac685417a0890642bada45bfaf1e44de9c92beb (diff)
downloadopenssl-3bb4736289c49e01cb8d4a683ca3f9505dcba44b.tar.gz
remove a comment that shouldn't have been there any more
-rw-r--r--crypto/bn/asm/bn-586.pl2
1 files changed, 1 insertions, 1 deletions
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");