From: FdaSilvaYY Date: Fri, 19 Jun 2020 21:33:24 +0000 (+0200) Subject: Fix one typo in a comment. X-Git-Tag: openssl-3.0.0-alpha4~61 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=200ae2ee8e1cec5c9af2ea36298bf6583bcd415d Fix one typo in a comment. Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12209) --- diff --git a/include/internal/refcount.h b/include/internal/refcount.h index 4feecf971c..1d1af772cc 100644 --- a/include/internal/refcount.h +++ b/include/internal/refcount.h @@ -1,5 +1,5 @@ /* - * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -145,7 +145,7 @@ static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, void *lock) /* * All the refcounting implementations above define HAVE_ATOMICS, so if it's - * still undefined here (such as when OPENSSL_DEV_NO_ATMOICS is defined), it + * still undefined here (such as when OPENSSL_DEV_NO_ATOMICS is defined), it * means we need to implement a fallback. This fallback uses locks. */ # ifndef HAVE_ATOMICS