aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sparccpuid.S
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-04-10 13:36:34 +0000
committerAndy Polyakov <appro@openssl.org>2010-04-10 13:36:34 +0000
commit6a79b3cb939399a2604a892feea73a25c6de15eb (patch)
tree0601f5d2cced75593800a9689a8b1ea8dfe6993b /crypto/sparccpuid.S
parentd23f4e9d5aa9356253ee5275da804017b3d5d9d2 (diff)
downloadopenssl-6a79b3cb939399a2604a892feea73a25c6de15eb.tar.gz
sparccpuid.S: some assembler is allergic to apostrophes in comments.
Diffstat (limited to 'crypto/sparccpuid.S')
-rw-r--r--crypto/sparccpuid.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sparccpuid.S b/crypto/sparccpuid.S
index bcf46f209d..aa8b11efc9 100644
--- a/crypto/sparccpuid.S
+++ b/crypto/sparccpuid.S
@@ -179,7 +179,7 @@ OPENSSL_atomic_add:
ba .enter
nop
#ifdef __sun
-! Note that you don't have to link with libthread to call thr_yield,
+! Note that you do not have to link with libthread to call thr_yield,
! as libc provides a stub, which is overloaded the moment you link
! with *either* libpthread or libthread...
#define YIELD_CPU thr_yield