projects
/
volk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e67f85f
)
Fixing a minimal bug in the log2 docstring
author
Marcus Müller
<marcus@hostalia.de>
Mon, 20 Nov 2017 14:12:06 +0000
(15:12 +0100)
committer
A. Maitland Bottoms
<bottoms@debian.org>
Sun, 4 Feb 2018 18:12:21 +0000
(18:12 +0000)
Gbp-Pq: Name 0014-Fixing-a-minimal-bug-in-the-log2-docstring.patch
kernels/volk/volk_32f_log2_32f.h
patch
|
blob
|
history
diff --git
a/kernels/volk/volk_32f_log2_32f.h
b/kernels/volk/volk_32f_log2_32f.h
index 6704129d57bac42391c48bc0a0ecc057dc1dd953..c3bfeaa1e79ed50356dceb4f1221afe7251b20d0 100644
(file)
--- a/
kernels/volk/volk_32f_log2_32f.h
+++ b/
kernels/volk/volk_32f_log2_32f.h
@@
-62,7
+62,7
@@
* \li num_points: The number of data points.
*
* \b Outputs
- * \li
c
Vector: The output vector.
+ * \li
b
Vector: The output vector.
*
* \b Example
* \code