Skip to content

Commit

Permalink
Docs: wording: Insert `the'
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Witten <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
mfwitten authored and Jiri Kosina committed Oct 29, 2011
1 parent d89ce93 commit c620846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/cordic.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct cordic_iq {
* @theta: angle in degrees for which i/q coordinate is to be calculated.
* @coord: function output parameter holding the i/q coordinate.
*
* The function calculates the i/q coordinate for a given angle using
* The function calculates the i/q coordinate for a given angle using the
* CORDIC algorithm. The coordinate consists of a real (i) and an
* imaginary (q) part. The real part is essentially the cosine of the
* angle and the imaginary part is the sine of the angle. The returned
Expand Down

0 comments on commit c620846

Please sign in to comment.