aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core/dvb_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-core/dvb_math.h')
-rw-r--r--drivers/media/dvb-core/dvb_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-core/dvb_math.h b/drivers/media/dvb-core/dvb_math.h
index 2f0326674ca6..4d11d3529c14 100644
--- a/drivers/media/dvb-core/dvb_math.h
+++ b/drivers/media/dvb-core/dvb_math.h
@@ -25,7 +25,7 @@
#include <linux/types.h>
/**
- * cintlog2 - computes log2 of a value; the result is shifted left by 24 bits
+ * intlog2 - computes log2 of a value; the result is shifted left by 24 bits
*
* @value: The value (must be != 0)
*