summaryrefslogtreecommitdiff
path: root/n/asserv/src/dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'n/asserv/src/dsp.h')
-rw-r--r--n/asserv/src/dsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/asserv/src/dsp.h b/n/asserv/src/dsp.h
index e498e1d..701711a 100644
--- a/n/asserv/src/dsp.h
+++ b/n/asserv/src/dsp.h
@@ -33,7 +33,7 @@
extern inline int16_t
dsp_add_sat_i16i16 (int16_t a, int16_t b);
-/** Multiply signed 16 by fixed 8.8. */
+/** Multiply signed 16 by fixed unsigned 8.8. */
extern inline int16_t
dsp_mul_i16f88 (int16_t a, uint16_t b);