aboutsummaryrefslogtreecommitdiff
path: root/lib/common/compiler.h
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-04-19 00:31:04 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-04-19 00:31:04 +0000
commit3f774a5e86430d45c78443d234a90ee54582564f (patch)
tree2ba6d7db94738038417c7384773435b12fbc5265 /lib/common/compiler.h
parentaf73257b093737838d6086890c91f6ec13291ea7 (diff)
import zstd 1.4.0vendor/zstd/1.4.0
Notes
Notes: svn path=/vendor/zstd/dist/; revision=346361 svn path=/vendor/zstd/1.4.0/; revision=346362; tag=vendor/zstd/1.4.0
Diffstat (limited to 'lib/common/compiler.h')
-rw-r--r--lib/common/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/compiler.h b/lib/common/compiler.h
index 7f561282ca35..0836e3ed27a3 100644
--- a/lib/common/compiler.h
+++ b/lib/common/compiler.h
@@ -40,7 +40,7 @@
/**
* FORCE_INLINE_TEMPLATE is used to define C "templates", which take constant
- * parameters. They must be inlined for the compiler to elimininate the constant
+ * parameters. They must be inlined for the compiler to eliminate the constant
* branches.
*/
#define FORCE_INLINE_TEMPLATE static INLINE_KEYWORD FORCE_INLINE_ATTR