summaryrefslogtreecommitdiffstats
path: root/crypto/lhash/lhash_lcl.h
diff options
context:
space:
mode:
authorhongliang <513918845@qq.com>2017-07-12 10:51:00 +0800
committerBernd Edlinger <bernd.edlinger@hotmail.de>2017-07-12 21:27:35 +0200
commit6e2e6ed4faefc7ac57fd053cfac227352632fb81 (patch)
treeb73c37ff34150da840f12097b6835d04068c4a91 /crypto/lhash/lhash_lcl.h
parente0c89df9e424e681cf523fac718c425f9b5e6c27 (diff)
coding style: remove extra whitespace charactor
CLA: trivial Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3913)
Diffstat (limited to 'crypto/lhash/lhash_lcl.h')
-rw-r--r--crypto/lhash/lhash_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/lhash/lhash_lcl.h b/crypto/lhash/lhash_lcl.h
index 01d463fb36..64d3134fc1 100644
--- a/crypto/lhash/lhash_lcl.h
+++ b/crypto/lhash/lhash_lcl.h
@@ -21,7 +21,7 @@ struct lhash_st {
/*
* some stats are updated on lookup, which callers aren't expecting to have
* to take an exclusive lock around. This lock protects them on platforms
- * without atomics, and their types are int rather than unsigned long below
+ * without atomics, and their types are int rather than unsigned long below
* so they can be adjusted with CRYPTO_atomic_add.
*/
CRYPTO_RWLOCK *retrieve_stats_lock;