From 6a79b3cb939399a2604a892feea73a25c6de15eb Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 10 Apr 2010 13:36:34 +0000 Subject: [PATCH] sparccpuid.S: some assembler is allergic to apostrophes in comments. --- crypto/sparccpuid.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1