From: Marcus Müller Date: Mon, 20 Nov 2017 14:12:06 +0000 (+0100) Subject: Fixing a minimal bug in the log2 docstring X-Git-Tag: archive/raspbian/1.3-3+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f8ed6698aef3da715606173575923c35d0d8f44b;p=volk.git Fixing a minimal bug in the log2 docstring Gbp-Pq: Name 0014-Fixing-a-minimal-bug-in-the-log2-docstring.patch --- diff --git a/kernels/volk/volk_32f_log2_32f.h b/kernels/volk/volk_32f_log2_32f.h index 6704129..c3bfeaa 100644 --- 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 cVector: The output vector. + * \li bVector: The output vector. * * \b Example * \code