summaryrefslogtreecommitdiffstats
path: root/lib/libspl/asm-generic/atomic.c
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2019-09-03 02:53:27 +0200
committerBrian Behlendorf <[email protected]>2019-09-02 17:53:27 -0700
commit7859537768e030d0151a6d72a6b031751228bc85 (patch)
tree15fc02abdd255b0b32285746ebc30dc6f614ed93 /lib/libspl/asm-generic/atomic.c
parentc9539600484d8f89d48629eb5775c8b1967fe7d7 (diff)
Fix typos in lib/
Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Richard Laager <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Andrea Gelmini <[email protected]> Closes #9237
Diffstat (limited to 'lib/libspl/asm-generic/atomic.c')
-rw-r--r--lib/libspl/asm-generic/atomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libspl/asm-generic/atomic.c b/lib/libspl/asm-generic/atomic.c
index d0023b182..03f8ddcfa 100644
--- a/lib/libspl/asm-generic/atomic.c
+++ b/lib/libspl/asm-generic/atomic.c
@@ -37,7 +37,7 @@
pthread_mutex_t atomic_lock = PTHREAD_MUTEX_INITIALIZER;
/*
- * Theses are the void returning variants
+ * These are the void returning variants
*/
/* BEGIN CSTYLED */
#define ATOMIC_INC(name, type) \