summaryrefslogtreecommitdiff
path: root/libavutil/avassert.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/avassert.h')
-rw-r--r--libavutil/avassert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avassert.h b/libavutil/avassert.h
index b223d26e8d..e57b2ae8cb 100644
--- a/libavutil/avassert.h
+++ b/libavutil/avassert.h
@@ -45,7 +45,7 @@
/**
* assert() equivalent, that does not lie in speed critical code.
- * These asserts() thus can be enabled without fearing speedloss.
+ * These asserts() thus can be enabled without fearing speed loss.
*/
#if defined(ASSERT_LEVEL) && ASSERT_LEVEL > 0
#define av_assert1(cond) av_assert0(cond)