Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Docs: wording: Insert `the'

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Michael Witten and committed by
Jiri Kosina
c6208469 d89ce936

+1 -1
+1 -1
include/linux/cordic.h
··· 35 35 * @theta: angle in degrees for which i/q coordinate is to be calculated. 36 36 * @coord: function output parameter holding the i/q coordinate. 37 37 * 38 - * The function calculates the i/q coordinate for a given angle using 38 + * The function calculates the i/q coordinate for a given angle using the 39 39 * CORDIC algorithm. The coordinate consists of a real (i) and an 40 40 * imaginary (q) part. The real part is essentially the cosine of the 41 41 * angle and the imaginary part is the sine of the angle. The returned